my $dbh = DBI->connect(...);
my $sth = $dbh->prepare_cached(...);
$sth->execute; $sth->finish;
You should also read the MySQL docs and the DBI docs.
Oh, and you'll need to get the data from the HTML form... but I assume you're using CGI.pm, so that's not an issue.
In reply to Re: writing to a mysql database
by btrott
in thread writing to a mysql database
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |