I have my site setup so it gets an RSS feed from my forum, and lists the latest 5 posts in a certain forum... However, it adds '&goto=newpost' to each url, and thats just not something I want.
So, on line 281:
PHP Code:
echo "\t\t<link>$vboptions[bburl]/showthread.php?t=$thread[threadid]&goto=newpost</link>\r\n";
I removed
And uploaded the result to my forum... The moment I check the feed, it spits out this error:
Quote:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in external.php on line 159
|
Anyone know whats wrong here?