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? Quote 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); Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.