Forum Moderators: coopster
I'm trying to avoid any two step process, like if page 1 sets a cookie using JavaScript and page 2 reads the cookie via PHP.
I know if there was a solution, it probably wouldn't be 100% accurate, and that's fine, but something would be a lot better for me then nothing.
Thanks for any input
Not the first time it runs. PHP is a server side script, and won't know much about what is happening on the client side. But I think there could be a way to send a second HTTP request and find out javascript status on the client's machine.
Habtom