
May 20th, 2000, 06:54 AM
|
 |
.Net Developer
|
|
Join Date: Feb 2000
Location: London
Posts: 987
Time spent in forums: 3 h 26 m 22 sec
Reputation Power: 14
|
|
you can use mysql_query..
just pass create command to it,
eg:
mysql_query("create table test(name varchar(30))",$con);
#this will create a table called test
------------------
SR -
shiju.dreamcenter.net
"The fear of the LORD is the beginning of knowledge..."
|