> there is NO way of hiding the html from the user.
> the browser can't output otherwise. You can only
> try to make it difficult to get the source.
I want to hide the HTML from the browser. If someone adds some malicious
code, or even <u></u> I don't want it to underline.
> Where does the " 's " problem come in? More detail plz.
> Is it a part of a text? Then try htmlspecialchars() or
> htmlentities().
Say I right "Hiya, my name's Owen" on the submission part of the form. It'll
show up as "Hiya, my name\'s Owen" on the output (which is a .txt file.)
HTH,
Owen
--
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]