nick.elliott10
10-17-2011, 07:13 PM
I am getting the following parser error from my code:
Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in C:\wamp\www\cromwellcc.org.uk_new\index.php on line 244.
My code on line 244 is: -
echo "<a href=\"news.php?barcode=" . $row[newsID] . "\">"$row['newsTimestamp']"</a>";
Can anyone see what the problem is?
Thanks in advance.
Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in C:\wamp\www\cromwellcc.org.uk_new\index.php on line 244.
My code on line 244 is: -
echo "<a href=\"news.php?barcode=" . $row[newsID] . "\">"$row['newsTimestamp']"</a>";
Can anyone see what the problem is?
Thanks in advance.