if ($EventHeadlinerName == "Nascar Nextel Cup Series") && ($CategoryName == "auto racing") { header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.mysite.com/nascar.html"); }
I am having a brain fa$#$t
You have an unmatched closing parenthesis.
yeah it came to me sir, thanks
if ($EventHeadlinerName == "Nascar Nextel Cup Series" && $CategoryName == "auto racing") { header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.mysite.com/nascar.html"); }