Difference between revisions of "Javascript"
From Wiki2
Line 1: | Line 1: | ||
===_SESSION variables=== | |||
The problem with having stuff happen on the server is that it always forgets what is going on from moment to moment. The server waits for a request, it could be from anywhere in the world. It doesn't know you from a whole in the wall. The only thing you can do to be remembered is stick stuff in _SESSION variables. | |||
[http://www.daaq.net/old/javascript/ javascript tutorial] | [http://www.daaq.net/old/javascript/ javascript tutorial] | ||
Revision as of 11:21, 17 January 2013
_SESSION variables
The problem with having stuff happen on the server is that it always forgets what is going on from moment to moment. The server waits for a request, it could be from anywhere in the world. It doesn't know you from a whole in the wall. The only thing you can do to be remembered is stick stuff in _SESSION variables.
http://www.javascript-coder.com/javascript-form/javascript-get-form.htm