I have a mysql database which has a structure similair to this
date, lastname, givenname,middlename.
problem is i need to take the forty or so most current items in the database based on date, and then i need to sort them by lastname, givenname, middlename..
I can get the first part with...