[snip]
How do I get this to work? the input box is only showing 

He said, 

<input type="text" value="He said, "How'm I gonna get this to work?",
with a 
frown" size="50">
[/snip]

Escape the quotes.

<input type="text" value="He said, \"How\'m I gonna get this to work?\",
with a 
frown" size="50">

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to