View Single Post
  #2 (permalink)  
Old 10-05-2008, 12:37 PM
mylinear mylinear is offline
Senior Webmaster
 
Join Date: Jan 2007
Location: -
Posts: 275
Rep Power: 28
mylinear will become famous soon enough mylinear will become famous soon enough
Quote:
Originally Posted by calvynlee View Post
and after my visitor fill up the form, it will link to inquiry.php

$from = "From: $visitormail\r\n";
Replace the above with:

Quote:
$from = "From: $visitormail\r\n\r\n";
Reply With Quote