Hello Everybody,
i m new one in php/mysql, i created my database with the name of air_data, and in table i created 4 fields, in which one is "date", in every row i have different dates, now i trying to find out those "date" records for which i m searching
for example:
in my search.php
i have two text fields "from date" and "to date" whenever i click on the search button it goes to the next page "selected.php" and there i wana to see my records according to the list of dates.
2010-05-10
2010-05-11
2010-05-12
2010-05-13
if searching from_date(2010-05-11) to to_date(2010-05-13) records the result should be in rows like...
2010-05-11
2010-05-12
2010-05-13
***Bundle of thnx in advance***