Forum Moderators: open
I have Googled this until my fingers bled, thought I'd ask if anyone here knew of a good tut or resource that could help me with this?
Thanks in advance.
you form
<form method=post>
<textarea name=emaillist></textarea>
<input type=submit>
</form>
your script logic
magic_string = you will need to take the value of form.emaillist, add ticks around individual value, make sure its a list(csv format or tsv)
then use delete query where emal_field in(magic_string)
something like that..
I guess it is true what they say about thinking outside the textarea!
I post my code when I get it to work. Thanks again!