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?

thx

--
Sincerely your;

pei_world ( .::IT::. )



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

Reply via email to