Execute SQL file from PHP!!
Posted: Sun Oct 19, 2008 12:05 am
Hi,
I am using oracle as database. The script files are maintained in sql file.
I have to execute these sql script from PHP.
Through sqlplus, we can easily run the script like:
And i am searching the stuff to some extent similar to this from PHP. Is this possible??
Thanks
I am using oracle as database. The script files are maintained in sql file.
I have to execute these sql script from PHP.
Through sqlplus, we can easily run the script like:
Code: Select all
@c:\test.sql;
Thanks