Link to home
Start Free TrialLog in
Avatar of jrwalker2
jrwalker2

asked on

Html Mailing List code

I am new to Html and I am searching for code to embed into my webpage that will do several things:

1. Create a form that gets a visitor's name and email address (has a 'Submit' button).
2. Adds the name and email to a list (maybe just a txt document or a database). --> Note: I don't have a database set up, and I do not know how to code one (so I would need a lot of code for this option).
3. When the submit button is clicked, an email is sent to me (xxxxxx@yahoo.com) with the updated list of emails as the body of the email. The subject is : "New member has joined"

Can you please provide code. It will really help me. Thank you so much.
Avatar of gamebits
gamebits
Flag of Canada image

HTML is quite limited in regard of handling a membership based website, to be efficient you need a server side language like PHP, ASP, Coldfusion etc.

Do you have oe of them available on your server? Or if you are hosting your website with a commercial host do they have one available?
Avatar of jrwalker2
jrwalker2

ASKER

I can use PHP. Can you please provide a solution to my problem using this server side language? Thanks
Are you still there gamebits?
ASKER CERTIFIED SOLUTION
Avatar of gamebits
gamebits
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial