02102008 1855 GMT-6 Im using an include to pull in a very large array. There is an error it says but I can see it.
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /var/www/public/Misc/Beau/SiteRedo/NOAA_Weather_Codes.php on line 82 "Fire Weather Watch" => array("FFDEAD"), "Avalanche Watch" => array("F4A460"), LINE 82 "Earthquake Warning" => array("8B4513"), "Local Area Emergency" => array("C0C0C0"), These keys point to codes, only one set now but will have three later, and on line 82 there is an error. I have looked back up through every line and I cant find a missing " or => or ( or ). Usually the error is the line or the line before but Im not seeing anything. Any ideas? Wade