View Single Post
Old Aug 22nd, 2005, 3:10 PM   #22
Polyphemus_
Expert Programmer
 
Polyphemus_'s Avatar
 
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4 Polyphemus_ is on a distinguished road
Quote:
Originally Posted by Eryk
Logic errors, not syntax.

For example, when checking passwords if you encrypt input on the client side and you check them with JS disabled, it won't come out properly. The best idea is to just do it all in PHP.
how would you do that in PHP? When you use php, it first has to be sent over the net unencrypted, so then you won't need all the encryption stuff anyway.
Polyphemus_ is offline   Reply With Quote