Jump to content

sort between two list to remove emails and create a third list


robviperx

Recommended Posts

hi i'm kinda a newbie at php but am trying to write a script that would allow me to drop a list in one box and then drop another list in another box and have it remove all the emails in list1 that are in list2 and place this updated list in a 3rd listbox after i click on a button???can anyone help with this? i've tried multiple things but nothing has worked.

Are they separated by anything? that would be the easiest way is to separate each email by like a comma or something and put each list in to an array and explode the array by your separator. Then compare the lists and remove anything that matches up.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.