thanx all
as i said the the form is in a loop and it runs variable number of times so there is no way i could use a associative array, by the way i figured a way:
i used the name of the array in the name and value with a counter of the element like:
<input .... name="array[]" value=" <?php $array[$counter]; ?> ....>
the counter incremeants the number of times the elements have to be dispalyed. as i also have a texbox i am using two different arrays where the data of the textbox is stored in the array. but still i am not able to get the whole data in the array i am getting only the first word of the complete value.
i will post the code if needed, thanx by the way for reading
btw
thanx Roger for the replay my javascript is worst than my php :mad:
any help is highly appreciated
thanx in advance