
April 26th, 2001, 05:57 AM
|
|
Member
|
|
Join Date: Oct 2000
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Sorry for bothering you,
i'm new in jsp,i wanna know how to make table(mysql) on the fly using jsp,(i have learn that php can make table on the fly,using query create.
$query="create table test(id int not null auto_ increment primary key,name char (30) etc";
@mysql_query($query);
then upload the script to server,call the url then table created.
Can jsp do that thing?
|