Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Connecting PHP with Oracle 9i

Re: Connecting PHP with Oracle 9i

From: Geoff Muldoon <gmuldoon_at_nospam.scu.edu.au>
Date: Mon, 30 May 2005 09:20:15 +1000
Message-ID: <MPG.1d04f93e9e2568cc9896c7@news.x-privat.org>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US