Hello,
Im using the browser detect script http://asphyxia.com/PHPClientSniffer/index.php?ctest=1
Is it possible to set a global variable based on the browser for use on other pages the person visits. Or do I need to do an include and run the browser sniff on all pages.
I would like to be able to just call the variable on the pages like: if $netscape4 echo blah
else echo ie
I know this is probably easy, but im a phpnewbie. any code help would be great. oh- im using php3
Thanks
Mikail