Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: SV: SV: $_POST and Arrays


Message #1 by "Datatal AB - Gauffin, Jonas" <Jonas@d...> on Wed, 25 Sep 2002 14:18:45 +0200
>
>
>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];




  Return to Index