treehouse : what would you like to learn today?
Web Design Web Development iOS Development

forms that will post

  • I am looking for a form that clients can fill out and it will post on my website until I delete it. Is this even possible? the content will only be on there for about a week.
  • Ofcourse it's possible, using the POST http request. Then some database work to display what they post. I'm not really a back-end guy, i'm sure other people have more in-depth answers though.