im tring to make a page that will store the passed variable from a form into an array.. one by one.. i mean, i type in a value, i submit the form, and $id[0] gets it, then i type another value, submit it, then it becomes $id[1] and so on up to $id[4]..
this is what i've got so far..
if(isset($model[$i]))
{
$i++;
}
$model = array( $i => '$model' );
and i hav to echo each value to a text field after all 5 values have been filled..
harhar!!! i cant find my code!!!! Thanks!!!