Re: [PHP] Re: removing an element from an array

2003-10-01 Thread Dennis Sterzenbach
"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 S

RE: [PHP] Re: removing an element from an array

2003-10-01 Thread Angelo Zanetti
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? -Original Message- From: Dennis Sterzenbach [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 1:16 PM To: [EMAIL PROTECT