Hi everyone! I really love this forum, it's by far the best coding forum I've been to. I have been attempting form validation and login security for about a month now, and I made the mistake of using all JavaScript for validation (though my site requires JavaScript...sooo I could always just disallow users who don't have it enabled if need be). I just need a simple "no special characters, x characters long, email must be valid, password and confirmed password must match" script for my validation (which I made), only when it finds an error it tells the user in a JavaScript alert (which, if JavaScript is disabled, poses a problem).
My main question though is security, security, security! What can I do and how can I assure security? I was looking at Zend Guard but the product description was vague.
THANKS!
Jeff