pro_php thread: SV: SV: $_POST and Arrays
> > >Oops. > >This is the correct way: >$status = $_POST["formData1"][$value->student_id]; > That's it! Thanks! How did you figure that out? BTW, it also works with single quotes like this: $status = $_POST['formData1'][$value->student_id];
|





