i am running a query against a database to generate a page of links with images...
i get the following error:
Parse error: parse error, unexpected $ in /var/www/coasters.coleclan/links_draw.php on line 37
what is funny is, there is no line 37!!!!
what gives?
the links_draw.php is an include inside another page that sets-up the rest of the page, the table is inserted in the middle.
if i cut and paste the code from links_draw.php and insert it in where the INCLUDE goes, the error just changes filename reference and line number becomes 1 higher than the file in question.
help!