Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for hajakutbudeenâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #286065 |
Thanks for your reply Alexei. we have products from UK and products from US we need to load products and other site content based on cookie value, cookie value will be detect based on IP Geo. so for that i need to check cookie is set or not before page load. as per my code i checked if there's no coo... (more) |
— | over 2 years ago |
Edit | Post #286065 | Initial revision | — | over 2 years ago |
Question | — |
Load site based on cookie value in PHP I need to load a site based on a cookie. I wrote code to validate that, like this. if(!isset($COOKIE['cookie'])){ $domain = $SERVER['SERVERNAME']; setcookie('cookie', $cookie, time() + 31536000, '/', $domain); header('Location: '.$SERVER['REQUESTURI']); // reload ... (more) |
— | over 2 years ago |