Re: getting ' and " in and out of form fields

2004-05-04 Thread Andrew Gaffney
David Dorward wrote: On Tue, 2004-05-04 at 22:51, Andrew Gaffney wrote: I designing a small Perl-based webapp with a MySQL backend. There is a script that pulls values from the DB and populates form fields. Some of the fields must have freeform text (can have <>'" etc.). Getting it into the DB i

Re: getting ' and " in and out of form fields

2004-05-04 Thread David Dorward
On Tue, 2004-05-04 at 22:51, Andrew Gaffney wrote: > I designing a small Perl-based webapp with a MySQL backend. There is a script that > pulls > values from the DB and populates form fields. Some of the fields must have freeform > text > (can have <>'" etc.). Getting it into the DB isn't a pro

getting ' and " in and out of form fields

2004-05-04 Thread Andrew Gaffney
I designing a small Perl-based webapp with a MySQL backend. There is a script that pulls values from the DB and populates form fields. Some of the fields must have freeform text (can have <>'" etc.). Getting it into the DB isn't a problem. Populating the form fields with this type of data is, th