Hi I've got several pulldown menus on my page with the idea being that users would select a from and then a to date. For example from 22 August 2004 to 4 September 2004 . You can see the actual page here My Webpage What I need is then a way of getting all the dates that fall in between into one colum into a mysql table. Is there a way of doing it with UNIX_TIMESTAMP() AND BETWEEN thanks
use strtotime or mktime then use simple math functions to compare
Forum Rules
Bookmarks