in reply to MySQL Table adding with Perl
Normally, before ths script runs, you would have created a database with something like a Users table in it, with columns A B C D. Then you would insert the values for each user into new rows of the existing table.
A separate table for each user is going to get very difficult to manage very quickly.
|
---|