jd2007 Posted July 26, 2007 Share Posted July 26, 2007 i did this: $queryb="CREATE TABLE $table ( date DATETIME, sender varchar(30), subject text(50), message text(3000) )"; $resultb=mysql_query($query2) or die(mysql_error()); is it ok ? Quote Link to comment Share on other sites More sharing options...
Trium918 Posted July 26, 2007 Share Posted July 26, 2007 Yes you can, but I don't know the syntax. Try yours and see. Quote Link to comment Share on other sites More sharing options...
jd2007 Posted July 26, 2007 Author Share Posted July 26, 2007 it works... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.