Jump to content

Looking for multiple submit

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
samit

samit

    Newbie

  • Members
  • Pip
  • 7 posts
Hello,

Im having a hard time with this maybe someone can help me.

i have over few hunderd people who want to sign up to mailing list on a few of my friends lists.

im looking for somthing where they can

Put there email in and have checkboxs for each of the mailing list they want to submit to and they can uncheck the ones they dont want to have there email submited so.

So when they hit SUBMIT it will run there email and submit them in the mailing list they had checked off.

So they enter there email check off the ones they want hit submit and there done.

no going to other pages or anything like.

if you can help that be great thank you.

#2
morefood2001

morefood2001

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,720 posts
To accomplish this, I'd write a php script.

First, I would ask all of the sites that I will be submitting the names to for the parameters that their scripts require (many require visual confirmations, so You'd need to form partnerships to bypass that and use your own).

Then I'd write a php script to take in the necessary data, verify it all, then also add a visual confirmation to prevent spam.

After I have clean info, I'd have curl post the data to each of the specified forms.

Hopefully this gives you a direction to go in.