On Fri, 11 Jan 2002, Simon Oliver wrote:
> Sorry, I assumed you had read the docs and were still having problems.
I did and I am still having problems :)
the offending value is passed in from an web form
so this hand patching is not the answer.
doing
$FORM{location} =~ s/\'/\'\'/g;
doesn't seem to work.
$loc = $dbh->quote("$FORM{location}");
Generates and error in the web logs.
Can't call method "quote" on an undefined value at
/opt/wireless/process.cgi line 92.
and placeholders scare me.
HTH
As Always
r