cookies

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nincha
Forum Contributor
Posts: 191
Joined: Fri Mar 28, 2003 12:30 pm
Location: CA, USA

cookies

Post by nincha »

was wondering if php can read a cookie stored with javascript, if yess, is it the same syntax?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

If you do:

Code: Select all

echo '<pre>';
print_r($_COOKIE);
echo '</pre>';
you can check on all the cookies you've set.

Mac
Post Reply