[snip]
...stuff...
[/snip]

Since the HTTP is "stateless" and PHP is server-side gathering data during the 
execution of a script is virtually impossible. However you can maintain information 
using cookies or sessions to achieve what you are looking to do.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to