I've been looking over the web and found out that I can use PHP with Oracle with the aid of two modules, oci and ora (oracle).
Now I do not need this all the time, I only need it for 1 unique, single time project , something like that and do not want to put in the modules. (I have 2 classes that work with MySql allready made that have everythin I need and if this works my work is very small and little timeconsuming which would be great)
Is there a way for me to use PHP with Oracle in a similar way to how I use PHP with MySql ?
e.g.
Code: Select all
mysql_connect($host,$user,$pass)Many many thanks,
Bogdan