|
|
#1 |
|
New Member
![]() Join Date: Apr 2007
Posts: 5
|
Hi Guys,
i have a html form which sumbits data to a file.. submit_mail.php recently the email im receiving from the php file has been blank? nothing except telling me a subject and who the email is from the code in the php file is: PHP Code:
any ideas as to why i am receiving blank emails? im sure i have had emails previously with this code but could be wrong?? thanks for looking |
|
|
|
|
|
#2 |
|
New Member
![]() Join Date: Dec 2009
Location: Helsinki, Finland (Europe)
Posts: 4
|
You are not sending the information of the form anywhere in the code. You are just sending the title = "General Enquiry" and $message (which is?). If you want to send those informations above like $type etc. you have to specify them in the code.
|
|
|
|
|
|
#3 |
|
New Member
![]() Join Date: Apr 2007
Posts: 5
|
hi guys, thanks very much for your help - im useless with php and it has taught me a few things solving the problem with the help or all of your comments...
the email is successfully working now: PHP Code:
|
|
|
|
![]() |
| Tags |
| email, form, php, submit |
| Thread Tools | |
| Display Modes | |
|
|