I have one small problem. I have array e.g $array but I don't know
how to finding arguments and values of this array.

e.g

$array["aa"] = 1;
$array["ab"] = "some";
...

and script send me :

arguments aa : values 1
arguments bb : values some
....


        thanks, roman


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

Reply via email to