RE: single quotes kill my scripts

2002-06-11 Thread Bob Showalter
> -Original Message- > From: Rob Roudebush [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 10, 2002 9:08 PM > To: [EMAIL PROTECTED] > Subject: single quotes kill my scripts > > > > I have the following code - when someone enters a whatever > ' what

Re: single quotes kill my scripts

2002-06-11 Thread Janek Schleicher
Rob Roudebush wrote at Tue, 11 Jun 2002 03:07:44 +0200: > I have the following code - when someone enters a whatever ' whatever into one of >my forms my > script dies because of the single quote. Aggg... of course the first time I >come across it is > when my boss is testing out the sc

single quotes kill my scripts

2002-06-10 Thread Rob Roudebush
I have the following code - when someone enters a whatever ' whatever into one of my forms my script dies because of the single quote. Aggg... of course the first time I come across it is when my boss is testing out the script. $sth = $dbh->do( "insert into maintenance (owner, email, ma