Forum Moderators: coopster
b>
[PHP]$array1 = array(1);
$array2 = array(1,2,4,5);[/PHP]
I would like to check presence of any values of $array1 in $array2.
How to accomplish this, any ideas.
Thanks in advance for the suggestions.
[edited by: PHPycho at 4:38 am (utc) on Nov. 20, 2008]