> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 06, 2001 3:20 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Array problem
> 
> 
> I am having big problems with merging two arrays. I just 
> can't seem to get my head around it.
> 
> I have two arrays which I wish to merge, but I want to 
> EXCLUDE duplicate values.
> 
> Any suggestions, as my numerous attempts have proved
> unsuccessful.

I expect my approach would probably be to merge the two arrays together,
then call array_unique() on the result.


---
Mark Roedel ([EMAIL PROTECTED])  ||  "There cannot be a crisis next week.
Systems Programmer / WebMaster  ||   My schedule is already full."
     LeTourneau University      ||                    -- Henry Kissinger


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to