HI all, & thanks in advance. I have an application (avarcade) that requires me to independently run the .sql script to create tables. no problem with shell access, however on this host I do not have shell. So, My question is does anyone have a php script that will load/run sql scripts?
Do you have phpMyAdmin installed on your server? most hosts have that available through the cPanel or whatever backend they're using.
yes, However, unless I am missing something, I can only manually create tables this way. Now I am looking to install the tables via the provided script.
For future reference I have found the answer. Both the method for creating tables in PHPAdmin using a script.sql, AND a easy to use PHP script for running the script.sql. http://www.forum.avscripts.net/index.php?showtopic=1101