View Single Post
  #4 (permalink)  
Old 04-06-2008, 02:05 AM
mylinear mylinear is offline
Senior Webmaster
 
Join Date: Jan 2007
Location: -
Posts: 277
Rep Power: 30
mylinear will become famous soon enough mylinear will become famous soon enough
Quote:
Originally Posted by calvynlee View Post

When I receive the email, the information display are missing,

the problem probably come from

mail("host@privatehoster.com", $subject, $message, $from);

but i have no idea how to modify it...

can some one give me some guide?
From the code you have provided, it should work properly.

When you receive the mail, is it only certain info such as IP address, browser type etc empty in the message body?

Or are all form fields empty in the mail? If so, is your form script saved with the .php file extension? If saved with .htm, it may not be parsing the php code and passing the POST data.

Hopefully iamfreelancer will have more helpful points.
Reply With Quote