Is there a multi-query version of mysql_query? I have my sql in a text file
and it works great from the command line (mysql -u me -p <my.sql). my.sql
had multiple lines of sql. I would now like to use that same file in my
code, using fread and reading the complete file, then use this "Other"
version of mysql_query with the contents of the this file as the argument.