Re: cleaning form input for display in browser...

2001-12-13 Thread Curtis Poe
--- Jeremy Webster <[EMAIL PROTECTED]> wrote: > > I have a form in which people can enter text, and then my perlscript spits it > back out onto a web page. I know that if someone were to enter html code as > text, then it could/would screw up the generated page. Is there a standard > way to

cleaning form input for display in browser...

2001-12-13 Thread Jeremy Webster
I have a form in which people can enter text, and then my perlscript spits it back out onto a web page. I know that if someone were to enter html code as text, then it could/would screw up the generated page. Is there a standard way to handle this? Or will I need to just parse through the i