block <? and ?> on form submit
Posted: Sat Mar 25, 2006 4:19 am
How is the best way to block the following chars in the form submit?
<? and ?>
For example, if a user submits
Name: <? die(); ?>
it will not display nothing but it will accept the submit...
I would like to know the best form to block this.
<? and ?>
For example, if a user submits
Name: <? die(); ?>
it will not display nothing but it will accept the submit...
I would like to know the best form to block this.