This has been bugging me for ages. I've tried several different bits of code yet none seem to have worked 
Basically, I've got a HTML form that I want to send to an e-mail using a PHP script.
The HTML form has the the code...
but I'm having trouble finding a PHP script that actually works. I've tried a few examples but they don't seem to work.
I'd really appreciate it if someone could help me out with this, as I've been trying to do it for weeks and can't get it to work. I know my webserver is working and the correct SMTP server is set up in the php.ini file but for some reason I'm not receiving any e-mail from the script.
Thanks!

Basically, I've got a HTML form that I want to send to an e-mail using a PHP script.
The HTML form has the the code...
Code:
<form name="booking" method="post" action="sendform.php">
but I'm having trouble finding a PHP script that actually works. I've tried a few examples but they don't seem to work.
I'd really appreciate it if someone could help me out with this, as I've been trying to do it for weeks and can't get it to work. I know my webserver is working and the correct SMTP server is set up in the php.ini file but for some reason I'm not receiving any e-mail from the script.
Thanks!