What I want to do is perform as many seperate mysql queries as are in a text file as a means of writing sql-powered scripts that set themselves up.
Does anyone know how I can accomplish this? I know how to make file attachment forms and access the variables but I don't know how to successfully query the contents of a text .sql file.
Another thing I would very much like to learn how to do is make an easy weay for users to download (and restore) a .sql file of their entire database which would, hopefully, be restorable with a means some helpful coder out there might suggest to help me solve problem #1.