Reply to Re: Manipulating PHP's session cookie with JavaScript: Possible?
Posted by Ciphex .π on 11/12/05 18:51
You might try to use an AJAX style javascript function to talk to the
PHP backend on your server.
That way Javascript could update the information on your page using the
data stored on the server and your user would never see a page refresh
and thus perceive quick functionality.
Google around for PHP AJAX and you will find all the info you could want.