unset the array
- by zahir hussain
just i intersect the two array...
$c=array_intersect($a,$b);
?
then i would like to unset the array elements which are same element in two array....
or
i would like to unset the array element which are same element in array...
thanks advance