Shiny_Charizard Posted December 13, 2008 Share Posted December 13, 2008 Is it possible to set a cookie with javascript and retrieve it with php? If so how would I go about doing that? Link to comment https://forums.phpfreaks.com/topic/136837-solved-setting-cookies-with-js-retrieving-them-with-php/ Share on other sites More sharing options...
DarkWater Posted December 13, 2008 Share Posted December 13, 2008 Just set the cookie in JS and handle it as if it were a normal PHP cookie in PHP. =P It's very simple. Link to comment https://forums.phpfreaks.com/topic/136837-solved-setting-cookies-with-js-retrieving-them-with-php/#findComment-714666 Share on other sites More sharing options...
Shiny_Charizard Posted December 13, 2008 Author Share Posted December 13, 2008 Thanks, I was just making sure it would work before I tried it. Link to comment https://forums.phpfreaks.com/topic/136837-solved-setting-cookies-with-js-retrieving-them-with-php/#findComment-714670 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.