Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Connecting PHP with Oracle 9i
Rainer Hinz says...
> i want to switch from PHP4/MySQL to PHP4/Oracle. Are there any good
> Web-tutorials or Web-Links teaching PHP4/Oracle programming and maybe
> also Oracle install on linux/windows for an oracle novice like me :-)
> Many thanks for any hint!
Consider using the AdoDb data abstraction layer. Re-write your MySQL stuff (remember to set bind variable parameters for your queries - MySQL will just ignore them) in it, then just switch to an Oracle connector.
Geoff M Received on Sun May 29 2005 - 18:20:15 CDT
![]() |
![]() |