Stupid constant in class declaration issue
One of our live servers is still on php 5.3
and is breaking on the second line with this message
Parse error: syntax error, unexpected '.', expecting ')' in .......
systemAdministrator is a defined constant that i can echo out with no problem before this
any help would be appreciated
$errors = array(
1 => array('code' => 1, 'mesg' => 'Error connecting to server: Please contact your <a href="mailto:' . systemAdministrator . '">System Administrator</a>'),
.......,
.......,
);