Devine Posted August 12, 2007 Share Posted August 12, 2007 Is there anyway, in php, to use the script to check if the cookie (made by setcookie) was actually created? Link to comment https://forums.phpfreaks.com/topic/64484-knowing-if-cookie-was-created/ Share on other sites More sharing options...
1042 Posted August 12, 2007 Share Posted August 12, 2007 Is there anyway, in php, to use the script to check if the cookie (made by setcookie) was actually created? You can do this; print_r($_COOKIE); Link to comment https://forums.phpfreaks.com/topic/64484-knowing-if-cookie-was-created/#findComment-321470 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.