I need some help with this code from PHP Classes, that's supposed to export MySQL to Excel.I'm getting the following error:\[code\]Parse error: syntax error, unexpected T_SL in excelwriter.inc.php on line 100\[/code\]This is line 100:\[code\][Line100] function GetHeader() { $header = <<<EOH <html xmlns
="urn:schemas-microsoft-com
ffice
ffice" xmlns:x="urn:schemas-microsoft-com
ffice:excel" xmlns="http://www.w3.org/TR/REC-html40"> \[/code\]Help? Thank you!



