Hi seriousj,

Wednesday, May 09, 2001, 1:19:55 PM, you wrote:

seriousj> The info is stored in the variables intitally by information entered by a
seriousj> user on a webpage, can you have the browser store the info in an array and
seriousj> have it passed by a form "post"  command?

Try

<input type="text" name="name[0]">
<input type="text" name="name[1]">
...

or even try
<input type="text" name="name[]">
<input type="text" name="name[]">

This should AFAIK result in an Array, but I'm not sure if empty fields are put
in.

-----------------------
EnjoY,
 Adaran ([EMAIL PROTECTED])
   check http://www.adaran.net



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to