
10-05-2008, 12:37 PM
|
|
Senior Webmaster
|
|
Join Date: Jan 2007
Location: -
Posts: 275
Rep Power: 28
|
|
Quote:
Originally Posted by calvynlee
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";
|
|