SimonT Posted March 2, 2017 Share Posted March 2, 2017 I have the following code in my PHP and would like it to sort the Lot Numbers numerically some numbers have letters after the i.e 220, 220A , 220B so I cant use (int) which sorts the numbers without letters if I use (string) it sorts the numbers 1, 10,100 etc. Any help would be appreciated. The current code is $lot_number = php_safe((string)$row['lot_number']); Quote Link to comment Share on other sites More sharing options...
Barand Posted March 3, 2017 Share Posted March 3, 2017 see http://uk1.php.net/manual/en/function.natsort.php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.