At 14:50 21.02.2003, pei_world spoke out and said:
--------------------[snip]--------------------
>if my post variable is
>$_POST[array]
>How can I get the individual element of that array?
>I found one way to do this is $two_array=$_POST[array],
>but is there any other way to do so?
--------------------[snip]-------------------- 

How about $_POST['array']['index']?


-- 
   >O Ernest E. Vogelsinger 
   (\) ICQ #13394035 
    ^ http://www.vogelsinger.at/


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

Reply via email to