Creating a table from your local computer...???
Posted: Mon Mar 31, 2003 2:17 am
Hi, I would like to know a PHP script to create a table from your local computer, to the remote computer.
My friend said it was something like this:
$sql = CREATE TABLE domains (blah blah blah);
$exe = mysql_query( $sql );
it didn't work though, how doI do this? I do not have access to the computer, but I do have access to a database.
My friend said it was something like this:
$sql = CREATE TABLE domains (blah blah blah);
$exe = mysql_query( $sql );
it didn't work though, how doI do this? I do not have access to the computer, but I do have access to a database.