jc@ukzone.com
Mar 11th 2008, 4:46 am
I have a message board that runs in php/mysql. It lists the messages in numerical sequence in decending order:
$qry .= " ORDER BY reference DESC" ;
This has worked fine until now.
The numbers got up to 9999 and then the next number is 10000 was displayed at the bottom or the list.
Numbers are generated from a text file, which increments OK (it is now on 10013).
Does anybody know why this has happened and is there a cure for it.
Thanks
John C
$qry .= " ORDER BY reference DESC" ;
This has worked fine until now.
The numbers got up to 9999 and then the next number is 10000 was displayed at the bottom or the list.
Numbers are generated from a text file, which increments OK (it is now on 10013).
Does anybody know why this has happened and is there a cure for it.
Thanks
John C