Quote:
|
Originally Posted by 2uantuM
It would definately be more practical to use JSP/PHP/Perl/ASP etc instead of Javascript.
|
Yes - the lesson is never trust the client. The client (in this case the browser) is out of your control. How many game clients have been hacked to cheat on a multi-player system? Never ever ever trust what you are getting from the front end. Always verify it on the back end.
Plus, Javascript != Java - this thread is in the wrong place.