PHP look at past and predict the next number -
OK, so I have a list of numbers
1,5,8,0, 4, 3
What would I like to do to see numbers for a PHP script and get average? If the average is low then the last number then the last number from the average of <1 p>
tell me That's what ur asking something like this -
& lt ;? Php $ a = array (1,5,8,0,4,3); $ B = array_sum ($ a); If ($ b
Comments
Post a Comment