K, i finally got to start playing around with MySQL and now i am not able to create tables. is there something special that i need to know about? this is the system the line that i am using. and my site loads and displays "did not create the tables".
is there another command that i can try to use to get this to work?
if(!(mysql_query("CREATE TABLE $user_tablename ($user_table_def)"))) die (" did not create the tables");
is there another command that i can try to use to get this to work?
if(!(mysql_query("CREATE TABLE $user_tablename ($user_table_def)"))) die (" did not create the tables");