Restoring a Phpmyadmin backup using just PHP
Posted: Tue Oct 27, 2009 7:39 pm
Hey Guys,
No pro at php, so this may be something obvious, however i have had no luck at all with it. What im trying to do is to create new databases based on a single phpmyadmin backup. So for example, a new user signs up - then a database is created based on their username. What im wondering is if there is a way to export the database im using so that it can be read in as a text file(or something along those lines) without causing php to explode?
Thanks in advance for any suggestions,
Cheers,
Buzz
No pro at php, so this may be something obvious, however i have had no luck at all with it. What im trying to do is to create new databases based on a single phpmyadmin backup. So for example, a new user signs up - then a database is created based on their username. What im wondering is if there is a way to export the database im using so that it can be read in as a text file(or something along those lines) without causing php to explode?
Thanks in advance for any suggestions,
Cheers,
Buzz