Hi All,
How can we execute .sql command in web server (remotely via PHP). SQL command contain table defination and some testable data ?
Please help me on this regards.
+++skc+++
read the file into a variable using [man]fopen/man then execute it against a db using [man]mysql_query/man.
can i execute hole command in .sql file using fopen() ?