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. Link to comment https://forums.phpfreaks.com/topic/191082-search-mysql-by-date-range/ 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? Link to comment https://forums.phpfreaks.com/topic/191082-search-mysql-by-date-range/#findComment-1007601 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.