If this is my query. How would i pull the 3 latest dates from the database. Meaning like limit 3 but the most recent dates.
$resulttwo = @("SELECT id, description, filename, size, type, agenda, UNIX_TIMESTAMP(date) as date FROM minutes where type ='minutes'") or die("Couldn't ececute query.".mysql_error());