Jump to content

[SOLVED] Can i create a mysql table using php ?


jd2007

Recommended Posts

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 ?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.