![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re: MySQL Table adding with Perlby punch_card_don (Curate) |
on Mar 07, 2013 at 03:15 UTC ( #1022135=note: print w/replies, xml ) | Need Help?? |
Maybe there's more to it, but.... a new table for each individual user?
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. Time flies like an arrow. Fruit flies like a banana.
In Section
Seekers of Perl Wisdom
|
|