> 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.
Broadly speaking you'd create a form element to collect the
dat info (like a
drop down list) a button to submit the form, and then a new
SQL query to get
the list of logs sorted by date, and then render it back to
the screen.
-Darrel