Forum Moderators: open
I have a validation script that I would like to strip any metacharacter within the form input. This way it will prevent some XSS, Can anyone help?
Thanks ahead,
Abstract
Bottom line - you cannot rely on client side security at all! Besides, what prevents anyone from submitting information from a bogus form?
Have a look at the following page on the Apache website regarding CSS (cross-site-scripting). It has example code in PHP and Perl...
[httpd.apache.org...]