crizty Posted February 5, 2010 Share Posted February 5, 2010 I have a mysql database that I need to create a form in order for users to search it by a range of dates, i.e. 2009-1-1 to 2010-2-1 and display the results of the search. The only field that would be searched on is a date field. So I need to know how to code php to look for the user's input begin date and end date and display the data based on these dates. Quote Link to comment Share on other sites More sharing options...
mapleleaf Posted February 5, 2010 Share Posted February 5, 2010 what format are you storing the date and what does the table look like? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.