Just add 'ORDER BY' to your SQL statement.

php Code:
  1. //eg
  2. $sql = "SELECT * FROM YourTable ORDER BY ID DESC";