Jump to content

Can anyone help me sort this data?


ordirules

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.