This is probably very easy but I cannot get it to work in php.
What I need is the following (written explanatory)
if ( 11 is in array(1,3,4,6,7,8,9,11,34,45,56,77) ) : return true;
Thanks a lot :)
|
This is probably very easy but I cannot get it to work in php.
Thanks a lot :) |
|||||||||||
|
|
Try:
See: PHP's in_array() which has a method signature of:
The For instance, if you pass |
||||
|
|
|
This'll do it!
|
|||||||||
|