I'm able to use a login script to setcookie() in IE and Mozilla, but Opera is finicky for some reason. The setcookie() function seems to work and then transport you to the next page in all instances, but for some reason, the next page is not able to grab the information from the cookie in Opera, but in Mozilla and IE it works fine. I have my settings enabled to accept cookies and I have tried using both the $username varible and the $_COOKIE['username'] variable on the next page to draw the information, but they both end up blank. Not sure what is up. Any help is greatly appreciated.