Skip to main content
Participant
April 29, 2007
Question

Simple RSVP form using PHP

  • April 29, 2007
  • 1 reply
  • 566 views
I want to make an RSVP form for a wedding, using PHP. Can you recommend a tutorial or information?
This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Participating Frequently
May 3, 2007
It depends on what you want the form to do, you could use phpmailer if you just want the form data to be emailed to a recipient(s) or custom make a table to have the data post to a DB.