cookies
Posted: Fri Apr 11, 2003 12:11 am
was wondering if php can read a cookie stored with javascript, if yess, is it the same syntax?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
echo '<pre>';
print_r($_COOKIE);
echo '</pre>';