PDA

View Full Version : PHP Form Handling


nebsta
March 11th, 2005, 01:53 PM
I have created a HTML form with fields such as name, email, etc. I then have this linked to a PHP page that displays what the user has input (pointless I know but its for a project). How do I then submit the PHP variables via email on the PHP page?

degsy
March 11th, 2005, 03:51 PM
You need to use the PHP mial() function.

Here is a tutorial
http://www.xentrik.net/php/email.php