Question : COntact Form Formatting

I have a contact form that is working great except the format that the recipient gets is not good. This is the line I need to fix
$message = $_REQUEST['message'].$_REQUEST['name'].$_REQUEST['address'].$_REQUEST['city'].$_REQUEST['state'].$_REQUEST['zip'].$_REQUEST['phone'] ;

How do I put a line break in between each field on the email?

Answer : COntact Form Formatting

Adding one another useful tool regarding this:

http://www.apexsql.com/sql_tools_diff.aspx
Random Solutions  
 
programming4us programming4us