|
|
#1 (permalink) |
|
New Member
![]() Join Date: Jan 2006
Posts: 1
|
I just made my first PHP script, but there must be a mistake in it.
Could any of you please take a look at it and tell me what is wrong? When the script executes it is supposed to send me an email with the information somebody filled out in a form on my website (first name, last name, zip code and email). The thank you and error pages do show up when somebody tries to fill out the form, but I never get an email. Any ideas for this newbie? PHP Code:
|
|
|
|
|
|
#3 (permalink) |
|
New Member
![]() Join Date: Mar 2006
Posts: 7
|
HI, you just forgot to put one of the three "must have" parameter inorder to send the mail.
Your code should be like this mail($mailto, $subject,$message); Where $message is the content of the email.
__________________
Thunder Burung Web Design : Pay Online and Get Your Dream WebSite! |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|