View Single Post
  #11 (permalink)  
Old Jul 11th, 2006, 16:27
sypher sypher is offline
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: submitting an enquiry form

Now you need to add the php.

it works like this:
By pressing submit on your form the data of each field will be passed between pages, meaning the php page which received the form data can then use that data to do whatever it wants.

One of php's functions is called the mail() function.

Ill post the php code you need and explain what each part does in the post you made at the php forum.
Reply With Quote