HELP!!! Im trying to write a PHP form for my site.?

I have the form completed, I just need some help with the PHP. If anyone out there will help me it will be greatly appreciated!! this is a rough draft of the form.

<form method="post">
<input type="text title="email" />
<input type="text title="name" />
<input type="text title="subject" />
<textarea title="message"></textarea>
</form>
 
Back
Top