//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 ...
Hey, been reading the board for a bit. First post. I'm having issues coming up with a SQL query that will provide the average admits for each day of the week. However, I can't for the life of me get ...