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