I have a theoretical question..
I know that you can get/read a PHP cookie with javascript by using: document.cookie
Is there a similar way to do this in PHP?
Can PHP get/read a cookie that is created i JavaScript? If yes, then how can you do that?