in reply to Re^3: Best way to use escapeHTML
in thread Best way to use escapeHTML
into a DB and if the user is writing something like in this string: "That's my option and <script>TEST</script>". The value will be stored in a save format like:my $comments = $q->escapeHTML( $q->param('comments') ) || '';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Best way to use escapeHTML
by Anonymous Monk on Aug 08, 2011 at 23:12 UTC |