I want to connect to remote oracle database using PHP from my domain (www.abc.com) is it possible or not if yes can any one tell me how can I do this.
Thanks in Advance!
whoisgregg
5:21 pm on Feb 7, 2008 (gmt 0)
I don't know how off-hand, but I can point you toward the documentation [php.net], specifically the oci_connect() [php.net]. I suspect the bit about "the name of the entry in tnsnames.ora" is talking about defining remote connections.
Added Some of the comments on the oci_connect page might be helpful as well. :)