"Angelo Zanetti" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > how do I find the position of the element in the array? based on the value > that is passed? if there a funtion for this or do I manually have to get > this value? >
$key = array_search("value-to-search");
--
Dennis Sterzenbach
www.darknoise.de
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

