jbsykes
11-03-2003, 11:13 PM
I also posted this in another section of the forum by accident.
I have a simple php form. When I recieve the email I cannot see the subject of each line. So, If they leave there phone number I want it to say Phone: next to the number. Am I making sense?
thanks
here is the PHP code:
<?
$to = "megan@meganpower.com";
$msg = "$name\n\n";
$msg .= "$subject\n\n";
$msg .= "$address\n\n";
$msg .= "$phone\n\n";
$msg .= "$email\n\n";
$msg .= "$weddingdate\n\n";
$msg .= "$location\n\n";
$msg .= "$message\n\n";
mail($to, $subject, $msg, "Wrom: DJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCL
?>
simple form (http://www.meganpower.com/form.htm)
I have a simple php form. When I recieve the email I cannot see the subject of each line. So, If they leave there phone number I want it to say Phone: next to the number. Am I making sense?
thanks
here is the PHP code:
<?
$to = "megan@meganpower.com";
$msg = "$name\n\n";
$msg .= "$subject\n\n";
$msg .= "$address\n\n";
$msg .= "$phone\n\n";
$msg .= "$email\n\n";
$msg .= "$weddingdate\n\n";
$msg .= "$location\n\n";
$msg .= "$message\n\n";
mail($to, $subject, $msg, "Wrom: DJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCL
?>
simple form (http://www.meganpower.com/form.htm)