PHP access to db (please help)
630372Aug 13 2008 — edited Aug 15 2008Hi I am trying to access our db to pull data and include the data in the PHP charts.
Is there an easy way to remotely login to Oracle db using PHP and run the SQL query to pull the data I want? PHP server and the Oracle servers are in two different machines but they are in the same network.
Today, I use TOAD or sqlplus to login and run the sql queries manually. I want to automate this process where PHP script would login to oracle, obtain the data and create the graph/chart I want.
Any recommendations? Please let me know if anyone has already accomplished this.
Oracle9i Enterprise Edition
PHP5+apache
Thanks