Shane Presley wrote:
Where can I find some info on integrating Oracle and PHP?
I had some PHP front ends to a MySQL database, worked great. Our DBAs
want to change the back end from MySQL to Oracle 10g. How hard would
it be to convert my PHP scripts, and where would I go to read up on
Oracle <--> PHP?
Thanks
Shane
Hello,
I use Oracle and PHP everyday. For the interaction, I use a PEAR
package called DB. In the future if I want to convert to another
database, I should be able to change just one or two lines of code
because PEAR does the rest...
http://pear.php.net/package/DB
The actual documentation that will interest you most...
http://pear.php.net/manual/en/package.database.db.php
Let me know if you need help with specific actions or statements.
Thanks,
Roger
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php