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!
I have a page that when the user logged in, I set the cookie. However, I couldn't figure out how to test if the cookie is already set. If the cookie is alredy set for that user, then do not set the cookie again.
Oh, by the way, one more question. Is the $_COOKIE something I manually have to declared or is that part of the PHP reserved word to test if cookie is set?