Hi,
I would like to know how do i get $POST variables that are in an array. I have a form in which there are textboxes with names given from array & their values also from array.But since the online site is using PHP5 i need to declare each variable as global and initialize the variables with if(isset()) $...=$HTTP_POST/GET_VARS[].
the problem is in initializing the variables in array. coz if i dont the record is inserted with blank fields.
i tried this echo "\t ".$edit_list[$i]."=".$POST[$$edit_list[$i]]; can any1 correct this code? if this line is corrected i'll manage the rest. PLZ HELP !!! 🙁