I'm getting a syntax error:
Parse error: syntax error, unexpected ')', expecting '(' in /home/content/l/j/n/ljnelson/html/includes/global_setup.php on line 16
Here's line 16 of global_setup.php:
$PHPD->setLocalTimezone (PHPDRAFT::EDT);
Does the default line work fine? I got the same message with the default code. This is my first time working with PHP…
OK, I see that that my server has PHP 4.*, I need them to change to a 5.* server.
Log in to post a comment.
I'm getting a syntax error:
Parse error: syntax error, unexpected ')', expecting '(' in /home/content/l/j/n/ljnelson/html/includes/global_setup.php on line 16
Here's line 16 of global_setup.php:
$PHPD->setLocalTimezone (PHPDRAFT::EDT);
Does the default line work fine? I got the same message with the default code. This is my first time working with PHP…
OK, I see that that my server has PHP 4.*, I need them to change to a 5.* server.