Are there any tutorials on linking Oracle 10g and PHP? I currently have a PHP application that uses MySQL, but our database folks want to use Oracle.
I've read http://php.net/oracle and the basics seem to be there. But are there any sample scripts or anything that might help me get started?
Thanks Shane
Do you have oracle support currrently compiled into PHP?
I have written a DB Abstraction Layer if you'd be interested in looking at it...
basically what it does is standardize function calls accross db platforms...