How 2 connect PHP and oracle

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
fhameed
Forum Newbie
Posts: 1
Joined: Thu Apr 01, 2004 11:00 pm

How 2 connect PHP and oracle

Post 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
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post 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.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post 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 :)
Post Reply