//Need to get the mid point of array. Use Floor because we always want to round down. $mid = floor($count/2); //If there are an even amount of elements... if (($count ...
I'm brainfarting here... I'm running a query that's just pulling the values that live in one particular column, all numbers. I want to turn all those numbers into a single array. Rows are easy, ...