Yo.
I'm trying to find a way to insert a whole database structure into MySQL with PHP. Now, my main question is if there's any way to do this beyond just inserting the whole bloody thing line by line?
edit: By "insert structure", i mean add the database and the tables - no more.
Thanks.