I have a client who insists on being able to put quotes into one of the
fields of the database. That's fine with me, however, when editing
records, anything in the quotes won't show up on the admin page.
Essentially what happens is this:
<INPUT TYPE ="text" blab blab VALUE = "Here's the text "in quotes"">
Well, obviously there's a problem with that. The form field will show
"Here's the text " and then thinks it ends. Is there any way to get
around this, other than stripping out her quotes? Thanks,

Joe

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to