[thelist] PHP/Oracle Connect Problems....

Chris Ditty CDitty at email.usps.gov
Thu Mar 14 15:29:01 CST 2002


     Looking good.  No errors.  Could this be the answer????

     Stay tuned......  :)

     Chris


______________________________ Reply Separator _________________________________
Subject: Re: [thelist] PHP/Oracle Connect Problems....
Author:  thelist-admin at lists.evolt.org at INTERNET
Date:    3/14/2002 3:51 PM


If your computer has the oracle client installed (I assume it does if your using
SQL+), look at the TNSNAMES.ORA file
and try this php code:

<?
$server="....  entry in the TNSNAMES.ORA file   ....";
$login="your login";
$pwd="your password";
$connection=@OCILogon("$login","$pwd","$server");
?>



More information about the thelist mailing list