Oracle PHP connectivity

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
sujit.tinku
Forum Newbie
Posts: 2
Joined: Sat Jul 16, 2005 4:00 pm
Location: India
Contact:

Oracle PHP connectivity

Post by sujit.tinku »

hi
yesterday i was posted a query & got a reply thanx for that i have solved my problem very easily.
Any one help in Oracle PHP connectivity.plz give me the code.

from..Sujit Kumar Mandal
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Actually, ODBC isn't much use for oracle. You need to have the Oracle extension loaded and then try these functions... PHP actually works nicely with Oracle but you may find help a little limited since most people tend to go with MySQL.

http://uk2.php.net/oci8
TheOracle
Forum Commoner
Posts: 64
Joined: Mon Nov 22, 2004 4:56 am
Location: Bedford, UK

Post by TheOracle »

Feel free to PM me if you have any Oracle specific problems you need help with.

Although I don't exclusively use Oracle with PHP (I also prefer MySQL) I work as an Oracle DBA with web applications.

Hope I can be of help.
Post Reply