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 = "[email protected]";
$msg = "$name

";
$msg .= "$subject

";
$msg .= "$address

";
$msg .= "$phone

";
$msg .= "$email

";
$msg .= "$weddingdate

";
$msg .= "$location

";
$msg .= "$message

";

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

?>