Panjabel Posted July 11, 2007 Share Posted July 11, 2007 <?php if (isset($_COOKIE['registered'])) { print "you are registered"; } else { setcookie("registered", "username", time()+3600); } ?> if user is not registered, it doesn't set cookie why ? also <?php if (isset($_COOKIE['registered'])) { print "OK"; } else { print "NO"; } ?> doesn't work too please help Quote Link to comment Share on other sites More sharing options...
Panjabel Posted July 11, 2007 Author Share Posted July 11, 2007 no one ? Quote Link to comment 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.