Hey am with a strange requirement ,
Am setting cookie using JAVASCRIPT ,I want to retrive/read it using PHP. How can I do that??
Or Here is the requirement ,
When user visits my web page ,a cookie has to be set with his screen resolution ,so that I can display the page according to the user screen resolution.
How can I do this in PHP?
Thanks in Advance..