is there a way to safely use
<input type='hidden' name='fname' value='$fname'> that is going to be posted to another page and be able to use ANY charictor inside $fname including ' or " without having it output to the client
<input type='text' name='fname' value='I put an ' in this statement and the HTML cuts it off at the first ' '>
and then when it posts it only posts "I put an