Hi is there anyway you can tell the php script which cookie value u want to grab. For example i have 2cookies in my directory
1: TOM@LOCALHOST.com
2: TOM@alberta-rider.kom.pl
Basicaly both have a KEY value in the cookie, but when im testing it localy it grabs the localhost cookie. Is there anyway i can tell it to pick from the @alberta-rioder.kom.pl cookie?
im using $data=$_COOKIE["key"]; echo $data;