I'm having a problem passing the values for a variable (a comments box) as a hidden input type in a form when the user types an apostrophe in the comments box.
All of the data after the first apostrophe is lost, as if the apostrophe the user is entering is ending the variable prematurely.
echo"
<input type=hidden name='comments' value='$comments'>
";
any ideas?