Hello all,
I'm sorry to keep bugging everyone with my code debugging requests... I recently got help with this line of my code, but I am still getting error messages about a missing ; or , .
Here is the line of code:
echo ' <a href="'.$_SERVER['PHP_SELF']."?s=$news&q=$var\">Next 10 >></a>";
The error message says:
syntax error, unexpected T_LNUMBER, expecting ',' or ';'
....please help!