Is there some way to send false info on what browser/OS you are running to a page you enter? I was thinking if you could write a script using fopen() to access the page and send false info?
Hi Christopher,
You might try sending a USER AGENT header (see header()) to the page, but you will have to control the page. Otherwise, PHP gets the browser type from the browser currently in use.
Regards,
David