Hi there!
A webpage displays results from a table in a MySQL database and then order's them using;
$quey1="select * FROM tbname ORDER BY id DESC";
"id" uses auto_increment. I have deleted some of the id's. <- Is this why the ordering isn't working?
How can I fix this?
Thanks in advance!