php-db | 2001041
Date: 04/03/01
- Next message: Michael Rudel: "RE: [PHP-DB] How to limit a WHILE statement?"
- Previous message: Dan Kalowsky: "[PHP-DB] Re: Solaris 2.6, PHP 4.0.4pl1, Solid EE 3.51"
- In reply to: Phil Jackson: "Re: [PHP-DB] Validating forms"
- Next in thread: Joe Brown: "Re: [PHP-DB] Validating forms"
- Reply: Joe Brown: "Re: [PHP-DB] Validating forms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>It is much more efficient to do that type of validation client-side, using
>Javascript. No
>sense in making another round trip to the server if not necessary.
True.. but this only works if your visitor has javascript enabled.. the
biggest avantage in serverside scripting IMHO is you can forse things to
happen.. Besides, a visitor with a rather old browser might get bombed with
javascript errors..
An if .. then loop will do the same.... but.. serverside.
Bye,
B.
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Michael Rudel: "RE: [PHP-DB] How to limit a WHILE statement?"
- Previous message: Dan Kalowsky: "[PHP-DB] Re: Solaris 2.6, PHP 4.0.4pl1, Solid EE 3.51"
- In reply to: Phil Jackson: "Re: [PHP-DB] Validating forms"
- Next in thread: Joe Brown: "Re: [PHP-DB] Validating forms"
- Reply: Joe Brown: "Re: [PHP-DB] Validating forms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

