even I code by trial and error lol
see variable name is $searchcat that contains the category name that is searched for on links.php?do=search
I understand what I wanna do but not able to append category name. When I am putting something like $amp;category=$searchcat , it displays the variable name instead.
I then created a hidden field $searched to store the value of $searchcat, and I notice in source code that it does contain the searched value, but still it shows just the variable instead of the value in the URL.
Thanks