PHP Contact from

Hi, Im new to this site, and just want to thank you for a very informative tutorial on how to create a PHP contact from.

I’ve got a couple of question that I would like some help on. Firstly when the submit button is clicked it never reaches my inbox, is there a way to sort this issue out?

The only change I have made to the original PHP file is simply putting my email address in the “to” field. (Please excuse my ignorance)

Below is a snippet of code to show you exactly what I’m working with.

<?php

if(isset($_POST[‘submit’])) {

$to = "[email protected]"; 
$subject = "Form Tutorial";

Any help that can be given would be greatly appreciated.

Thanks,