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!
im trying to store cookies, but it doesnt seem to write to my computer, and everytime i access $user_ it says undefined index... is there something wrong with my setcookies?
First off, you can't set a cookie and use it in the same page. Second of all, choose a standard and go with it, don't use $HTTP_COOKIE_VARS and then use $_COOKIE. I'd go with $_COOKIE