$select_query="SELECT cust_id,DATE_FORMAT(startdate, '%m-%d-%Y')AS startdate,DATE_FORMAT(postdate, '%m-%d-%Y')AS postdate,zipcode from drental ORDER BY startdate DESC
This is what the query looks like.
Again it does sort in descending order, but when an entry with the year 2003 is entered it gets sent to the end of the entire query. Instead of being on top.
Thanks