I've got a little problem getting an array sorted, and I'm not sure what the best method is. Basically I've got an array with a bunch of keys like: Code: array (size ...
I've got a bunch of $_POST values being brought over from a form. Many of these values are from checkboxes, with the form names all starting with 'field_'. These signify the columns in a chart that ...