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.