Question
Creating a daily log
I'm creating a daily log for a daycare site. What I'm trying
to do - The admin will create daily reports of the children in the
daycare. The parents will be able to login and see those reports in
their private user section. I have two tables in my database
userTable and a dailylogTable. The dailylogTable is linked by
userID. I can filter the data by a session variable and display all
the daily log records for a specific user. What I can't do is
figure out how to sort them by a drop down or input field by date.
I want the user to be able to put in a date or pull a drop down
menu of dates to display the correct information. Any help would be
appreciated.