Posted by Joseph Tura on 11/01/05 23:44
> What is the function to remove all of > the elements from array 1 that are not in array 2 and return them. Try: array_diff($arr1, array_intersect($arr1, $arr2));
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming