in reply to mySQL with Perl
$query = 'INSERT INTO members (username, password, email, name, url, date) Values (' . $dbh->quote($username) ', ' . $dbh->quote($password) . ', ' . $dbh->quote($email) . ', ' . $dbh->quote($name) . ', ' . $dbh->quote($url) . ', ' . $dbh->quote($time) . ')' ;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: mySQL with Perl
by Juerd (Abbot) on Mar 06, 2002 at 18:56 UTC |