PHP Unexpected [ or expecting..?

Tex0gen

New member
I keep getting the error..

Parse error: syntax error, unexpected '[', expecting ',' or ';' in /home/sites/cms_class.php on line 71


The offending line is this.. Can someone please help me solve this? it keeps on happening throughout my <a href> tags.

<a href="?delete=<?=row['id'];?>">delete</a>

Cheers.
 
Back
Top