Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
$sth = $dbh->prepare("INSERT INTO news(id, username, month, day, hou +r, min, AP, title, description, year) VALUES ('', '$user', '$months[$ +mon]', '$mday', '@hours[$hour]', '$min', '$AP', ?, ?, '$year')"); $sth->execute(param("title"), param("des"));
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: MySQL Problem
by stajich (Chaplain) on Jul 19, 2002 at 03:54 UTC | |
Re: MySQL Problem
by seattlejohn (Deacon) on Jul 19, 2002 at 05:17 UTC | |
Re: MySQL Problem
by tstock (Curate) on Jul 19, 2002 at 03:49 UTC | |
Re: MySQL Problem
by screamingeagle (Curate) on Jul 19, 2002 at 06:59 UTC | |
Re: MySQL Problem
by dsalada (Scribe) on Jul 19, 2002 at 12:04 UTC |