I have tried using numerous websites and just don't seem to get anywhere! I was wondering how to create a system to store a list of members on my server and also how to create a form they fill in afterwards where the content is then stored on my server. Sorry about bad wording but thanks!!!
How to create a mailing list using java or php?
U may use Servelets/Jsp and any RDBMS. If u like u may mail me with ur mail ID for further information.
Reply:If you are on a linux server, try seraching google for .htaccess and .htpasswd - the combination of these two text files on your server will get you a secure directory that users will have to log into.
After that, you will need a server-side script (probably PHP is best) to take the output of a standard HTML form and save it to disk on the server using the FileSystem. You will want to search for PHP functions fopen() and fwrite()
You might also check out this article about free mailing list management systems: http://www.wilsonweb.com/reviews/free-li...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment