in reply to Re: Entering data into MySql using CGI
in thread Entering data into MySql using CGI
It seems an odd way to do it, though. Why would the user want to type in each state that way? Seems much, much easier to go with someone else's suggestion here and use a SELECT box instead.$states = "NY\nNJWA\nALCOOR"; print "-$1-\n" while($states =~ /(\w\w)/g);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Entering data into MySql using CGI
by cLive ;-) (Prior) on Oct 09, 2001 at 04:59 UTC | |
by ghost (Beadle) on Oct 09, 2001 at 07:18 UTC |