Hello,
I just finished another php script and I want to make it userfriendly with an built-in php-installation file (e.g. like the installation of phpBB or vBulletin).
Now here is my problem: How can I create tables and insert data from a SQL Dump (e.g. mySqladmin dump) into a MySQL Database with a PHP Script?
thanks,
Harry
ok. maybe the description above is a bit confusing. Here is, in a few words, what I want 😉 :
I want to import a MySQL Dump from a file to my MySQL Database with php instead of using the command line like "mysql -e mysqldump.sql"
cu