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.
Looking for multiple submit
Started by samit, Sep 11 2008 06:57 AM
1 reply to this topic
#1
Posted 11 September 2008 - 06:57 AM
|
|
|
#2
Posted 11 September 2008 - 08:57 AM
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.
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.


Sign In
Create Account

Back to top









