Where do you want it to be if you want it to be at $values['0'] then but it before the while loop.
$values['0'] = 100;
while($row1 = mysql ....
if you want it to be the last value then put it after the while loop.
}
$values[] = 100;
Everything is temporary, some things are just more temporary than others... except for death, that seems to be pretty permanent
|