Can anybody tell me how I easily compare values in an associative array?

I have for instance an array like:

$foo['key1'] = 'abc';
$foo['key2'] = 'def';
$foo['key3'] = 'abc';
$foo['key4'] = 'ghi';

and I want to get the value 'abc' ...

Please send me an email ([EMAIL PROTECTED]) because my newsgroups
doesn't always work properly!

Thanx,
Rainer.



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

Reply via email to