Storing variables on the client-side using JavaScript
can be done by setting a cookie.

The cookie data will ofcourse be available to PHP when
the next script is executed (for example through a link or redirect).

bvr.

On Wed, 6 Feb 2002 11:13:01 -0500, Erik Price wrote:

>Sounds like if you don't want to do a lot of form-submitting, you'll 
>have to use JavaScript to store/display the variable dynamically on the 
>client side.  I don't know how to grab JavaScript variables and use them 
>as PHP variables, perhaps someone else on the list can help here.




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

Reply via email to