Forum Moderators: coopster
Some notes:
-I guess I can first set cookie using JavaScript, and then read it with PHP, but user can have JS disabled...
-Can I force page refresh with PHP? How? (header()? - I am bit of a noob to php)
-Will SE’s (when crawling the site, listing in SERPS, etc.) see a page refresh as a ‘bad’ thing, or hey don’t care?
Thanks a lot
Once the cookies have been set, they can be accessed on the next page load with the $_COOKIE arrays.
so you're right you can't do it on the same page.
the refresh would be bad in regards to se's I would think
>> set it with js and read it with php
I am not sure if that would work or not.
what exactly are trying to acheive?
what exactly are trying to acheive?