i have a html table i stored the data into an array.
i want a date wise search script
Search:
Select Date:-
To:combobox From:combobox;
then after click the between these select date will be display
can anyone help.
i want a date wise search script......urgent
Moderator: General Moderators
-
abhaycyber
- Forum Newbie
- Posts: 2
- Joined: Mon Feb 15, 2010 4:44 am
Re: i want a date wise search script......urgent
you need help with the sql? You could use `BETWEEN`:
Code: Select all
SELECT * FROM mytable WHERE datefield BETWEEN '2010-01-01' AND '2010-02-15'