Exactly. You can really go as deep as you want with your array "fields".
On May 1, 2005, at 10:15 PM, Sebastian wrote:
i've created file upload scripts in the past that allows multi-upload
inputs
using the bracket [] array in form.
so now i have to create the same type of script but each file inp
Matthew,
use $_POST/$_GET/$_REQUEST (depending on your form method) and foreach()
eg:
foreach($_POST['image'] as $key=>$value)
{
echo "$key -> $value\n";
}
Martin
> -Original Message-
> From: Matthew Oatham [mailto:[EMAIL PROTECTED]
> Sent: Thursday, 12 February 2004 11:29
2 matches
Mail list logo