the text field is
<input name="page[]" type="text" size="3" maxlength="3" value="<?php echo $row_some['PAGE']; ?>" />
it show the same value at the first value in the database..
in the database...
page
34
43
56
34
45
65
but in my coding,it will show value 34 in each of text field value..
please help me..