I got a standard enter your name and email box on my site and want the nams and emails entered to go directly to my email address or to generate in a list. How do I get that to happen?
try locating a simple mailing list program to capture names and email addresses. most of them have the option to notify the owner of recent additions.
There's a site that provides form to email services for free, if that's what you are looking for check webformdesigner.com go and check it out and see if that's what you're looking for
have like $_GET["email"] and $_GET["name"] and use INSERT statements to store it in a database Then when you need it, write it out to a webpage with a do while or while loop. PM me if this is too confusing and I'll try my best to help you out