In your html input just add [] to the name of your variable so for example:

<input type="text" name="firstvar[]" />

Rick

"Not one of them who took up in his youth with this opinion that there are
no gods, ever continued until old age faithful to his conviction." - Plato

> From: "Navid Y." <[EMAIL PROTECTED]>
> Reply-To: <[EMAIL PROTECTED]>
> Date: Sat, 18 May 2002 13:26:11 -0500
> To: <[EMAIL PROTECTED]>
> Subject: [PHP] passing ARRAYs through GET strings
> 
> Hello   :)
> 
> Can anyone suggest of another way, an easier way, to send arrays through
> get strings, or through any other process, without having to serializing
> it? For example, would it be better to use sessions in this case? Any
> help would be greatful, thanks.  :)
> 
> Navid
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to