Page 1 of 1

How 2 connect PHP and oracle

Posted: Thu Apr 01, 2004 11:00 pm
by fhameed
Hii

I'm a student and plan 2 develop a uni project for my RDBMS subject

I'm a newbie to PHP

My Question

How do we connect PHP and Oracle 8i together
Please guide me step by step.

Thanks

Fahad

Posted: Thu Apr 01, 2004 11:14 pm
by kettle_drum
http://uk.php.net/manual/en/ref.oci8.php

http://hotwired.lycos.com/webmonkey/01/ ... tw=backend

Should be all you need. Just look at the rest of googles search results if you need more tutorials - or ask more specific questions on here when/if your stuck.

Posted: Fri Apr 02, 2004 1:55 am
by patrikG
Have a look at the different database wrappers: adoDB , PEAR::DB etc. They can all connect to Oracle sans problem.
There is also phpMyOracleAdmin.

That should get you started :)