Thread: please help
View Single Post
Join Date: Nov 2007
Posts: 596
Reputation: buddylee17 has a spectacular aura about buddylee17 has a spectacular aura about 
Solved Threads: 125
buddylee17's Avatar
buddylee17 buddylee17 is offline Offline
Posting Pro

Re: please help

 
0
  #7
Dec 1st, 2008
Wrap the code like so:
[code=php]Code goes here[/code]

As to your problem, your email contains undefined variables. For instance you define namefield as $nameField = $_POST['name']; but in the email you send, you have the undefined variable $name instead of the defined $nameField.
Lost time is never found again.
- Benjamin Franklin
Reply With Quote