Page 1 of 1

PHP coding and oracle database

Posted: Fri Nov 20, 2009 2:40 am
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

Re: PHP coding and oracle database

Posted: Fri Nov 20, 2009 3:15 am
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?

Re: PHP coding and oracle database

Posted: Fri Jan 08, 2010 2:20 am
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

Re: PHP coding and oracle database

Posted: Fri Jan 08, 2010 8:06 am
by Dilbert137
Dear All,

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

Thanks
Dilbert137