Forum Moderators: coopster
here is the error i get:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/some domain/public_html/forums/somefile.php on line 70
Here is the line.
echo '<a href="/forums/usercp2.php?action=addfavorite&tid=' . $tid['tid'] . '">'Add to Your Favourites</a>';
echo '<a href="/forums/usercp2.php?action=addfavorite&tid=' . $tid['tid'] . '">Add to Your Favourites</a>';
You have an extra single quote in there.