PHPlist is a free, open source newsletter script written in PHP. It, by design, requires that users added via the built in code are double opt-in. I do not want double opt-in, only single opt-in. The following mod has been created for PHPlist: Phplist class∞ A set of functions which provide a simple way to interact with phpList in your own programs (eg: adding a user who just purchased something from your website to a mailing list). It takes a list id, an email address, and optionally some attributes, and subscribes the user to that list. If the user already exists, the existing account will be subscribed. If it's a new user, they'll be added first. Users added in this way are pre-confirmed (they will not be sent a confirmation email). The code for the hack/mod is here. I don't have the knowledge to understand exactly what I'm reading in the above thread and the differences between all of the different variations of code. That is the reason that I'm posting this job here. I want to be able to create a form in HTML that will add a subscriber/user to PHPlist using a form POST. It will be something along these lines: <form method="POST" action="----PHPLIST-mod----"> Email:<input type="text" name="email" size="20"><br> First Name:<input type="text" name="attribute1" size="20"><br> Last Name:<input type="text" name="attribute2" size="20"> <input type="hidden" name="ListId" value="1"> <input type="submit" value="Submit" name="B1"> </form> HTML: Note that I don't know the exact variable names needed or the exact HTML syntax needed. This info should be discussed in the mod thread. I have the "First Name" defined as attribute #1 and "Last Name" defined as attribute #2 in the PHPlist admin config area. The ListId also needs to be specified, which in this example is a hidden form field set to ListId=1. I also want the flexibility of having the user select multiple lists using <input type="checkbox"...>. The above mod/hack thread lists some code that uses PEAR. I have no idea what that is so I would prefer to use simply PHP+MYSQL. I believe that code is posted later in the thread. If I understand this correctly, the PHP code from the mod page will need to be integrated into a PHP file that the HTML form can post to. If that is correct (it may not be), then the end result would be 1)the properly coded PHP and commented PHP file and 2)an example HTML file that will accurately add a subscriber (confirmed) to the list. In addition (#3), I want the PHP script to output some sort of custom confirmation of sucess. I will finalize the HTML but it needs to say something along the lines of, "You have successfully been added to the following newsletters:" It would then list which newsletters they have been subscribed to. They would be listed by $listname (not simply the ListId number). Please post your price along with any questions. Paypal or Google Checkout payment immediately after script is verified to work.
You can check my portfolio here: http://wegotanamp.com If your interested, PM me, or contact me through ways directed on the site, thanks.