Is there a script that read a SQL file and store all the command into the database
i have a script that genrate a backup file from the database
and i want a script that store this file inot the database
i dont want to use PhpMyAdmin
if you look at the source code for osCommerce (a php ecommerce package) they have a script that will read in an sql file in there somewhere.
start with the install file, then look at the includes it uses. it's there somewhere, i have used it before.