ordirules Posted October 24, 2009 Share Posted October 24, 2009 I have an array of the sort: $data[$i][$vendor_name] $i is a number index going from 0 to count($data, COUNT_NORMAL) $vendor_name is a string I have tried sorting it but somehow my method of sorting by manually going through it has not worked. Some of these values have blanks for $vendor_names, but that should not be a problem. Does anyone know a clever way to sort maybe using a built-in php function? Thanks Link to comment https://forums.phpfreaks.com/topic/178853-can-anyone-help-me-sort-this-data/ Share on other sites More sharing options...
Mchl Posted October 24, 2009 Share Posted October 24, 2009 Sort using what criteria? Link to comment https://forums.phpfreaks.com/topic/178853-can-anyone-help-me-sort-this-data/#findComment-943568 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.