Is there some possible command that I can use in my php file while it is connected to a database to execute a .sql/.txt file with the query information in the same directory?
Something like mysql> source file_name
won't work
More like mysql_connect("localhost", $conusername, $conpassword);
Thank you.
Something like mysql> source file_name
won't work
More like mysql_connect("localhost", $conusername, $conpassword);
Thank you.