I would like to know the string that I must put on a PHP page to connect to an Oracle database, here we use 10g, PHP pages are created and running Beleazes in the Seasons (Apache) , I passed this string to connect:
<?
$ora_user="1234";
$ora_senha="1234";
$ora_string="orcl";
?>
Thanks