Mohannad

Results 1 comments of Mohannad

if your list name is attachment_file and the input name is file_upload , use this code ` foreach($_FILES['attachment_file'] AS $k => $v){ foreach( $v AS $v2){ $attach_file[$i][$k]=$v2['file_upload']; $i++; } $i=0;...