PHP coding and oracle database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Dilbert137
Forum Commoner
Posts: 57
Joined: Sat Jun 02, 2007 5:02 am
Location: Mauritius

PHP coding and oracle database

Post by Dilbert137 »

Dear All,

I'm developing a reporting page and would need some guidance for coding the reporting. I need to gather information from an external server who has an oracle database 10g. Coding is rather different when the database is not hosted on the development server itself. Has anyone face the same issue?

Regards
Dilbert137
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: PHP coding and oracle database

Post by Mark Baker »

Coding is rather different when the database is not hosted on the development server itself
Your coding shouldn't need to be different at all. The only thing that should be any different is the database connection parameters.

So what exactly is your problem?
Dilbert137
Forum Commoner
Posts: 57
Joined: Sat Jun 02, 2007 5:02 am
Location: Mauritius

Re: PHP coding and oracle database

Post by Dilbert137 »

No mysql connection and oracle connection are different. It's not the same. Had anyone got the same issue to connect remotely on the same lan to an oracle database.

Regards
Dilbert137
Dilbert137
Forum Commoner
Posts: 57
Joined: Sat Jun 02, 2007 5:02 am
Location: Mauritius

Re: PHP coding and oracle database

Post by Dilbert137 »

Dear All,

Can someone knows where can i get documentation on connectivity to oracle database on php programming?

Thanks
Dilbert137
Post Reply