Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Oracle connection
Hi,
I would like to know what's the best way to validate or manage an error when connecting on a Oracle DB with oci_connect from php 5.
For instance with:
$c1 = oci_connect("stephane","password",$db); Received on Thu Mar 30 2006 - 13:42:12 CST