Posted by John Nichel on 05/27/05 19:44
JM wrote:
> Hi all,
> Ok here is what I need help with:
>
> $var = "i like fi'sh";
>
> I'm able to addslashes(gather the data from a form), submit into the
> database, stripslashes(retrieve it).
>
> My problem is when I display it in a input type=text form the single
> quote is causing a truncation.
>
> <input type="text" value="{$var}">
> will display as:
> i like fi
> in the text form...
>
> Any help?
>
http://us4.php.net/htmlentities
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
john@kegworks.com
Navigation:
[Reply to this message]
|