Re: [PHP] form array

2005-05-02 Thread Brent Baisley
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

[PHP] form array

2005-05-01 Thread Sebastian
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 input field will also be followed by a text box for a "file caption" type thing. what would i used for the input text box?

RE: [PHP] form array

2004-02-11 Thread Martin Towell
t: Thursday, 12 February 2004 11:29 AM > To: [EMAIL PROTECTED] > Subject: [PHP] form array > > > Hi, > > I have a form on page1 that i want to submit to another php > page - page2 > > the form has the fields > > > > > > Basically I want to h

[PHP] form array

2004-02-11 Thread Matthew Oatham
Hi, I have a form on page1 that i want to submit to another php page - page2 the form has the fields Basically I want to have these form field values as an array of values I can loop through on page 2 but what do I put on page 2 too get the array and loop through ? Thanks. -- PHP General