Re: [PHP] Array solution...

2002-11-01 Thread Jason Wong
On Friday 01 November 2002 19:22, Davíð Örn Jóhannsson wrote: > I have two arrays and I have complete list of numbers in one of them, > lets call it $complete[] > and another that has some values of the complete one, lets call that one > $part[], now if I want to > return an array with all the valu

[PHP] Array solution...

2002-11-01 Thread Davíð Örn Jóhannsson
I have two arrays and I have complete list of numbers in one of them, lets call it $complete[] and another that has some values of the complete one, lets call that one $part[], now if I want to return an array with all the values that are in $complete[] but not in $part[], how would I do that? R