PHP Input FIlterTry it out for yourself: http://cyberai.com/inputfilter/
This class can filter input of stray or malicious PHP, Javascript or HTML tags and to prevent cross-site scripting (XSS) attacks. It should be used to filter input supplied by the user, such as an HTML code entered in form fields.
I have tried to make this class as easy as possible to use. You have control over the filter process unlike other alternatives, and can input a string or an entire array to be cleaned (such as $_POST).
_http://hotscripts.com/jump.php?listing_id=45677&jump_type=0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Simple Easy To Use PHP Spell CheckerThe program is used to spell check any of the input field of html form. The script is designed not to mess any way to your main script processing of the form. It is just return modified (allready spell-checked) text into any input field. It is writen on PHP and using JavaScript as minimum as possible.
JavaScript code is limited to: read input field we want to spellcheck, passing javascript variable to php and then return allready spell-checked text into the original form.
You may add spellcheck links not only on one input field, but on every field used in form. If your page contains multiple forms you can add spellchecking on them as well.
_http://hotscripts.com/jump.php?listing_id=46114&jump_type=0