Finding the forumid from a getnew search string
I need to pull the forumid variable from the getnew search string:
eg
search.php?do=getnew&f=139
I always thought this would be $_GET["f"] but it's not.
How can I use this variable? Basically I need to do a check to see if it exists. What I want to do is show something extra on the results page if the string is just search.php?do=getnew compared to where a forum is specified eg search.php?do=getnew&f=139
|