I don't know what it is today...but syntax errors are killing me...
I keep getting a parse error for the code below (it seems to work fine, but I get the error on line 2)...
<?
if ($access > "1") || ($paidaccess != "Y"){
header ("Location: $rightserror");
exit;
}
?>
Any help would be appreciated...
Thanks,
Ryan