PDA

View Full Version : How simple is a single line form in php?



clock
10 Mar 2008, 09:52 AM
I'm looking to place a single-line newsletter subscription form on a website that I've built. I'm very interested in learning all there is to know about php—eventually. However, right now it seems to be the best method for what I want to do (html doesn't work that well in forms as I've come to learn). Can anyone tell me a sure fire and quick method for this simple subscription form?

iblastoff
10 Mar 2008, 01:40 PM
well it completely depends on what you want to do with the emails. store them in a database? just email them to an address? add it to some form of email manager? you'll probably need to add some form of validation and security as well.

and i'm not sure what you're talking about but you're still going to have to use html to build forms.