May 15, 2007 06:30 PM EDT
For Web developers, form validation is a basic task, and yet one that
presents some interesting challenges. Even discounting security issues such
as SQL injection attacks and cross-site scripting (XSS), form validation is a
critical step in your error handling strategy.
The two ... (more)