JSHINER Posted September 20, 2006 Share Posted September 20, 2006 My post below asks for help with zip codes, and I need further help.... different topic.I want an option to "Remember My Zip Code" so users returning don't have to enter it again. Any help would be much appreciated.Thank you,James Link to comment https://forums.phpfreaks.com/topic/21460-cookie-help-needed/ Share on other sites More sharing options...
JSHINER Posted September 20, 2006 Author Share Posted September 20, 2006 I need it to direct to a part of the .php file: filename.php?action=search&zip=01007 Link to comment https://forums.phpfreaks.com/topic/21460-cookie-help-needed/#findComment-95667 Share on other sites More sharing options...
HuggieBear Posted September 20, 2006 Share Posted September 20, 2006 OK, I'll give you a few pointers...1. You need to add a cookie using [url=http://uk.php.net/manual/en/function.setcookie.php]setcookie()[/url]2. You read it by just using it's name in the [url=http://uk.php.net/manual/en/language.variables.predefined.php]predefined variable[/url] $_COOKIE e.g. if ($_COOKIE['zipcode']){...Give it a go with this info then let us know how you get on.RegardsHuggie Link to comment https://forums.phpfreaks.com/topic/21460-cookie-help-needed/#findComment-95713 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.