Hi,
I've been trying endlessly to get a jump menu that displays a set or records.
I know how to create a jump menu, my problem is how do I display a record based on what's chosen in the menu? I know it seems simple, but it's my first time attempting this.
What I have is information in my database listed by date - 2004, 2003, 2002, etc. So in my menu it would be:
-2004
-2003
-2002
And when '2004' is clicked, the page will reload, showing only the results that are in the year 2004, etc...
How would I do this? Sorry if this seems too simple, I've been searching around and can't find anything on this, plus I'm still trying to learn PHP.
Thanks.