I am displaying the results of my search at the bottom of my search page. I have tried to submit the information with a page anchor like this:
[blue]echo "<a href=\"results.php#1?results=$result\">Link</a>";[/blue]
but in doing so, get no results. Is there any way to show the pag at the start of the results like a page anchor [blue]<a href=results.php#1>Link</a>[/blue] would?
[blue]echo "<a href=\"results.php#1?results=$result\">Link</a>";[/blue]
but in doing so, get no results. Is there any way to show the pag at the start of the results like a page anchor [blue]<a href=results.php#1>Link</a>[/blue] would?