Is there any way of determining the color of a pixel in a browser? Not in an image, but in the browser window itself?
Thanks B
This has NOTHING to do with php, but Firefox has an extension you can install that does something similar. I've never actually used it, though.
Not with PHP, no. All PHP knows about the browser is what gets supplied in the User-Agent string, and it can't trust that either.