Hi again all,
Can anyone see what is wrong with the code below?
if ($s>=1) {
$prevs=($s-$limit);
print " <a href=\\"$PHP_SELF?s=$prevs&q=$var\\"><< Prev 10</a>  ";
}
I keep getting an error message:
Parse error: syntax error, unexpected T_VARIABLE
...referencing the print line.