Php tweak

sample form

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

";
$msg .= "$subject

";
$msg .= "$address

";
$msg .= "$phone

";
$msg .= "$email

";
$msg .= "$weddingdate

";
$msg .= "$location

";
$msg .= "$message

";

mail($to, $subject, $msg, "Wrom: DJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCL

?>

<?

$to = "megan@meganpower.com";
$msg = "Name: $name

";
$msg .= "Subject: $subject

";
$msg .= "Address: $address

";
$msg .= "Phone: $phone

";
$msg .= "E-mail: $email

";
$msg .= "Wedding Date: $weddingdate

";
$msg .= "Location: $location

";
$msg .= "Message: $message

";

mail($to, $subject, $msg, "Wrom: DJBLVLMHAALPTCXLYRWTQTIPWIGYOKSTTZRCL

?>

Thanks Bro.

:bu:

not a prob