Hi, I have the following in my code
$Query = "SELECT * from $TableName ORDER BY Date DESC";
Im having problems because i need it to sort it by Date(As ive done) and then by Title.
This is proving a problem because i can only get it to display by Date, anyone know how you sort it by one then the other?.
-Thanks