# PHP Contact from

**URL:** https://forum.kirupa.com/t/php-contact-from/292632
**Category:** programming
**Created:** [July 16, 2009, 5:16pm UTC](https://forum.kirupa.com/t/php-contact-from/292632 "2009-07-16T17:16:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![pain\_train79](https://avatars.discourse-cdn.com/v4/letter/p/3d9bf3/32.png) [@pain\_train79](https://forum.kirupa.com/u/pain_train79)
#### Post date: [July 16, 2009, 5:16pm UTC](https://forum.kirupa.com/t/php-contact-from/292632/1 "2009-07-16T17:16:43Z")

</div>

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 = "nathanluther5@msn.com"; 
$subject = "Form Tutorial";

```

Any help that can be given would be greatly appreciated.

Thanks,
