View Single Post
  #3 (permalink)  
Old Sep 3rd, 2007, 10:32
ChrisTheSoul ChrisTheSoul is offline
Up'n'Coming Member
Join Date: Nov 2006
Location: Ipswich
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help needed with subscription form

You can do this with the PHP mail function. You don't need to have a database set up to do it.

You'll need to learn how to handle forms with PHP.

Effectively, you write a query to see if the form has been submitted.

If it has then you send the email based on the responses you get.

If it hasn't then you display the form.

Good luck.
Reply With Quote