How to do this?
I need to insert one MYSQL DB with 8 tables and with data in these tables. I will export it from one server with PHPMYADMIN, but the other server doesn't have PHPMYADMIN, and they won't install it.
So I thought maybe it's possible to do this via a simple PHP FILE.
Cuz like www.phpbb.com you can also install this via an automatic installation program, running from/within your BROWSER. Only I need a simple one, not graphical, just visiting and hit just one button/link is enought to insert the complete DB in SQL FORMAT into the MYSQL DB.
I hope someone overhere can help me, with a small simple line of PHP CODE. Thanks in Advance.