I know that with mail() in Windows, you must use \r\n for each carriage return line feed, so why don't you try this:
%5Cr%5Cn Matt Hillebrand -----Original Message----- From: Mick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 12:47 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Formatting 'body' using mailto: command Using the 'mailto:' command I'm trying to format a 'default' message something like... $msg_body = "?subject=whatever&body=This%20is%20the%20default%20part%20of%20the%20messag e%20..." and soon on but I want to force some 'newlines' into the resultant message body but to no avail. If I just put \n in the message it only reads up until the '\' and nothing after (which is also why I have to use the '%20' for every space in the string). If I put the hex '%5E%6E' it puts the \n literal in the message. Any suggestions? - besides using mail()! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php