On Sun, 17 Mar 2002 [EMAIL PROTECTED] wrote:

> input type="text" name="name_of_var[]" <-- this is an arrayvaraible every 
> field the same name !
> the form will then submit an (one) array, which could be stored in your 
> database
> (For I´m not shure how it will be saved, I would save this array as an
> "something" separated text.)
        
        serialize() is your friend.

        http://www.php.net/manual/en/function.serialize.php


-- 
Mika Tuupola                      http://www.appelsiini.net/~tuupola/


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

Reply via email to