Giarc86
Expert Member
- Joined
- May 28, 2008
- Messages
- 1,243
- Reaction score
- 4
I have a MySQL database which I am retrieving the data from and displaying in HTML.
Underneath the results I want to be able to search for records where the dates are between X and Y.
The user will input dates From: and To: and click Submit and only those records corresponding to those dates will display.
How can I go about this? I have been Googling but can't find anything helping exactly. Or it is confusing me, my PHP knowledge isn't that great.
Does anyone have any links?
Thanks
Underneath the results I want to be able to search for records where the dates are between X and Y.
The user will input dates From: and To: and click Submit and only those records corresponding to those dates will display.
How can I go about this? I have been Googling but can't find anything helping exactly. Or it is confusing me, my PHP knowledge isn't that great.
Does anyone have any links?
Thanks