Jump to content

COOKIE HELP NEEDED


JSHINER

Recommended Posts

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.

Regards
Huggie
Link to comment
https://forums.phpfreaks.com/topic/21460-cookie-help-needed/#findComment-95713
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.