harmor19
05-31-2007, 10:06 AM
I have two arrays.
$array1 = array(1,5,8);
$array2 = array(2,7,5);
What I want to do is combine the two fives so there is only one five.
$array1 = array(1,5,8);
$array2 = array(2,7,5);
What I want to do is combine the two fives so there is only one five.