PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Todd_Z wrote:
I tried the link, it tells me that 20% of the visitors to my site are 'other'.
A lot of firewalls (Norton comes to mind) can stop certain header information from being sent. This can include browser type and things like 'Previous Page' (which isn't always fun when the website requires it).
programmermatt wrote:
A lot of firewalls (Norton comes to mind) can stop certain header information from being sent. This can include browser type and things like 'Previous Page' (which isn't always fun when the website requires it).
you could test if this is the case by looking at the raw output of $_SERVER['HTTP_USER_AGENT']
if it is...I'm afraid your stuck, if not continue your regex quest