Hey
I was wondering how to make an email contact form in PHP. I have tried to write one in HTML, but I can't do that if I want some functions. This is what I want of functions:
A contact form where people on my homepage can write a message to different persons, like:
1) Name.
2) Email.
3) A field where people can choose whom to send the message to (like a drop down box).
4) Subject.
5) Message.
6) A submit button where (if the form is filled out correctly) people get an pop-up that the message is send correctly.
I am totally new to PHP, so if anybody got a link to a guide, or maybe got a premade code, it would be very nice.
Thanks in advance.
Sixmax