Right... heres what I got so far
Which does give 5 as the answerPHP Code:$mean = array( 2, 4, 6, 8 );
$mean = array_sum($mean);
$mean = $mean/4;
echo "$mean";
Problem is i cant remember how to get the array from the database :S
Is what I need.... whats the function??? :SPHP Code:$mean = array( ALL DATABASE VALUES);






Reply With Quote



