My next project will involve using an Oracle DB with PHP instead of the usual MySQL.
I've read a little about PHP and Oracle and so far I have done the following.
1) Installed Oracle 10g express
2) Downloaded Oracle Instant Client
As far as i'm aware, i need to do the following;
1) Add the path of the Instant Client to the windows PATH
2) uncomment the OCI8 library in the php.ini file under extensions.
and hopefully all should be fine!
is there anything else I will need to do to configure PHP with Oracle?
I'm going to go via
http://www.oracle.com/technology/pub/notes/technote_php_instant.html...and hope for the best!