Hi,
Can someone please tell me why a field (DEC 5,0) with a value of 300 in a table is considered less than a search value of 36
The search value is created like this :
$weight = number_format($weight, 0, '', '');
Am I formatting the number incorrectly? Is the numeric ordering in a MySQL table a bit quirky? Am I misunderstanding some basic mathematical rule?
Any help is appreciated.
Thanks