$fullmenu[$parent][$id]  <-- I have this array - 

what is the quickest way that i can call the index
that is $fullmenu[$parent][15] 

in other words use a wildcard for the $parent variable
and specify the second key - i know that I could do a
double foreach thru them but is there a way to just
grab that value since there will only be one?

thanks,
olinux

__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to