cmxsevenfoldxmc
05-15-2008, 09:54 PM
Hey guys,
I'm getting this error out of nowhere:
Parse error: parse error, unexpected $ in /path/admin/newsletter_edit.php on line 543
I can't seem to find the problem... I don't see an "extra" $ anywhere.
Here's where the error suggests the mistake is at:
<?php
mysql_free_result($Admin);
mysql_free_result($News);
mysql_free_result($Newsletter);
mysql_free_result($Distributors);
mysql_free_result($Marketing_n_Design);
mysql_free_result($FAQs);
mysql_free_result($Products);
mysql_free_result($Downloads);
mysql_free_result($FAQs_Temp);
?>
The error keeps pointing at the "?>" as if it has an unexpected $... But I don't understand why.
Any reason why this would be happening?
Thank you all in advance.
I'm getting this error out of nowhere:
Parse error: parse error, unexpected $ in /path/admin/newsletter_edit.php on line 543
I can't seem to find the problem... I don't see an "extra" $ anywhere.
Here's where the error suggests the mistake is at:
<?php
mysql_free_result($Admin);
mysql_free_result($News);
mysql_free_result($Newsletter);
mysql_free_result($Distributors);
mysql_free_result($Marketing_n_Design);
mysql_free_result($FAQs);
mysql_free_result($Products);
mysql_free_result($Downloads);
mysql_free_result($FAQs_Temp);
?>
The error keeps pointing at the "?>" as if it has an unexpected $... But I don't understand why.
Any reason why this would be happening?
Thank you all in advance.