PHP_Idiot Posted October 20, 2009 Share Posted October 20, 2009 I have a page that runs two large mysql queries and saves the results into arrays, in php I then perform a simple multiplication between the two arrays and the results is displayed in a dynamic html table. However, what I need to do is rather than display this in a table I need it saved in another array that can then be sorted in different ways and limit the table to the top 40 results. Can anyone point me in the right direction? Link to comment https://forums.phpfreaks.com/topic/178331-placing-and-array-within-an-array-then-sorting-it/ Share on other sites More sharing options...
Alt_F4 Posted October 20, 2009 Share Posted October 20, 2009 have a look here http://www.phpfreaks.com/forums/index.php/topic,272705.0.html Link to comment https://forums.phpfreaks.com/topic/178331-placing-and-array-within-an-array-then-sorting-it/#findComment-940341 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.