Jump to content

how to create users mail table


shadiadiph

Recommended Posts

not what i am looking for i am tring to do something like this but don't know if it is possible

 

$createtable ="create table '$username'mail (`mailID` int(11) NOT NULL auto_increment,`subject` varchar(50),`message` varchar(255))";
$resultcreat = my_sql_query($createtable);

 

 

Anyway thanks for the input i am going to sleep hopefully i will think of anyother way around this

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.