Re: [PHP] How to check value in multidimensional array

2006-11-22 Thread clive
http://www.php.net/manual/en/function.array-search.php and look at the first User Contributed Notes. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to check value in multidimensional array

2006-11-18 Thread Oliver Block
Am Samstag, 18. November 2006 22:08 schrieb Erik Gyepes: > Oliver Block wrote: > > Am Samstag, 18. November 2006 19:46 schrieb Erik Gyepes: > > > > What exactly do you need to do? You should read the manual too, at > > I would like to check if the value is really in the array, if it is not > then I

Re: [PHP] How to check value in multidimensional array

2006-11-18 Thread Erik Gyepes
Oliver Block wrote: Am Samstag, 18. November 2006 19:46 schrieb Erik Gyepes: What exactly do you need to do? You should read the manual too, at I would like to check if the value is really in the array, if it is not then I would like do some other things. (so not check if it is an array