howard-moore Posted March 12, 2010 Share Posted March 12, 2010 Hi All, I have some data stored in a MySQL database and each row has a StartDate in yyyy-mm-dd format. I need to do up two different forms: 1. A drop menu where they can select to show all the entries for a particular year. 2. A submit button where they can show all entries that are in the future. I know how to show these results using a static query string, but don't know how to get them to show using a form. Hope someone can help! Regards, Neil Link to comment https://forums.phpfreaks.com/topic/194993-date-range-form/ Share on other sites More sharing options...
cs.punk Posted March 12, 2010 Share Posted March 12, 2010 1. You mean it must select the date range? 2. A submit button that directs you to a page with all the results from the date range selected? Link to comment https://forums.phpfreaks.com/topic/194993-date-range-form/#findComment-1025144 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.