Simple PHP Variable Question!?

Phil M

New member
while ($row = mysqli_fetch_array($result)) {

I want to echo 5 numbers under this function, numbers 1 through 5

How would I do such that?
 
Back
Top