Posted by robert on 03/24/06 11:13
I'm looking for a most simple but save opt-in mailing list script in
php (linux Apache CGI, but shouldn't matter)
best:
* all in one single .php file; different functions by input vars /
passwords; config vars on top of script
* uses MySQL or a plain file (still no doubles) next to the .php
(best both options)
* double opt-in not necessary but nice
* good would be "default topic" and at least up to 5 different lists/topic
* takes directly my web forms like email=...&listname=...&sign=in ;
repsonse page can be very simple.
* I can read out the lists plain formatted also by web through the same
..php & password like: cmd=getlist&listname=...&password=...
* hopefully no extreme installation tricks (thus php4, ..)
looking at more than 10x google'd ones, always something was wrong, big
or jerky or not as is should be... Thus I'm asking here.
Does somebody have a pointer?
robert
[Back to original message]
|