Fwd: [PHP] Re: session and cookie by javascript

2005-09-23 Thread Alex Andrew Mosqueda
Thanks.

-- Forwarded message --
From: Ben <[EMAIL PROTECTED]>
Date: Sep 22, 2005 5:29 PM
Subject: [PHP] Re: session and cookie by javascript
To: php-general@lists.php.net

Alex Andrew Mosqueda said the following on 09/22/05 06:28:
> Hi!
> I there a way I can get the cookie data stored by javascript(client side)
in
> php(server side) and vice versa?
> Thanks.


It never hurts to check php.net <http://php.net>, plenty of useful
information there...

$_cookie['']

http://ca3.php.net/manual/en/features.cookies.php

- Ben

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


[PHP] session and cookie by javascript

2005-09-22 Thread Alex Andrew Mosqueda
Hi!
I there a way I can get the cookie data stored by javascript(client side) in
php(server side) and vice versa?
Thanks.