You wrote:
> It's generally a whole lot better to do your form value checking with
> Javascript. It'll be faster and alot less of a waste of your server
> resources. IMHO, of course. :)
This really isn't that true because if a user has JavaScript disabled,
or is using a browser that doesn't support it, the error checking will
simply be ignored, and you'll have been given data that is possibly
erroneous.
--
-Ryan :: ICQ - 595003 :: GigaBoard - http://www.gigaboard.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]