hi,
i'm makin a script and i need a install script which makes 2 tables in a mySQL database, only problem is i dont know how to tell mySQL to create a table from a script.
can anyone tell me please
Thanks
Vince
RTFM :-)
http://www.mysql.com/doc/C/R/CREATE_TABLE.html
$query = "create table tbl_name (col1 type, col2 type, col3 type, col4 type, id not int not null auto_increment, primary key(id)) " ;
geocities.com/akindele/