Search found 2 matches

by ice_downloads
Mon Oct 31, 2005 6:20 pm
Forum: PHP - Code
Topic: php cookie problem
Replies: 2
Views: 450

Sorry for inappropriate pasting of the code. I am not sure where the problem is. If I login succesfully, with the remember me option, a cookie is set. Next time the page is visited, values are filled auto..When i try to change these values, and press the login button, login is still done succesfully...
by ice_downloads
Mon Oct 31, 2005 6:03 pm
Forum: PHP - Code
Topic: php cookie problem
Replies: 2
Views: 450

php cookie problem

Jcart | Please use and tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color] Hi everybody, I have this script (welcome.php): <? session_start(); if(isset($_REQUEST['Submit'])) { if(isset($_REQUEST['checkbox']...