Page 1 of 1

i want a date wise search script......urgent

Posted: Mon Feb 15, 2010 4:49 am
by abhaycyber
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.

Re: i want a date wise search script......urgent

Posted: Mon Feb 15, 2010 2:22 pm
by tr0gd0rr
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'