Hi,
I have a php code that lists the contents of one of the tables in my database. At the bottom of the listing, there is code that takes you to the next 10 results. Problem is, when I test it out, I am being redirected to a comcast search page with the url: http://search2.comcast.com/?cat=dnsr&con=ds&url=search.php
Here is the line of code I think is the problem...
echo ' <a href="\\'.$_SERVER['PHP_SELF'].'?s='.$news.'&q='.$var.'">Next 10>></a>';
How do I get the code to display the next 10 records instead???