Alrighty, so here are the two pages I'm having trouble with.
Here is the original PHP page that has this code:
Code:
<?php
echo $_GET['category'];
?>
Sorry, the search page is currently under construction...
Here is the link...
As you can see, everything is working as it is supposed to be.
---------
This page has a simulated form request as you can tell by the present $_GET variables in the URL.
But this time to information was grabbed from the URL.
Do you know why this might be? I took you up on your variable suggestion by changing the variable to category.
- Pianoman993