i’m working on an event calendar and i am running into a 500 error on my server. upon checking my apache error log, i get this error string
PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in C:\\Apache\\htdocs\\events\\config.php on line 12the following is line 12 from my code [php]$calendar_url = "http://<? echo $_SERVER['SERVER_NAME'].$path; ?>";[/php] any help would be appreciated thanks