i am trying this on a site i’m building and i get this error:
Parse error: parse error, unexpected T_BOOLEAN_AND in /home/massive/public_html/dev1/index.php on line 30
this is line 30:
if (stristr($ua, "mac")) && (stristr($ua, "msie 5")) {
is it the two ampersands causing the problem?