Results 1 to 2 of 2

Thread: How simple is a single line form in php?

  1. #1
    Join Date
    Jun 2007
    Posts
    25

    How simple is a single line form in php?

    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?
    Melinda Stanley
    http://www.melindastanley.com

  2. #2
    Join Date
    Apr 2006
    Posts
    404
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •