Inserting carriage return(s) into a php mail
From: Take a Walk (spam_at_hotmail.com)
Date: 01/29/04
- Next message: Joe: "PHP mail for in Flash MX"
- Previous message: CountScubula: "Re: Using GD with PHP"
- Next in thread: Tyrone Slothrop: "Re: Inserting carriage return(s) into a php mail"
- Reply: Tyrone Slothrop: "Re: Inserting carriage return(s) into a php mail"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Jan 2004 21:25:16 +0000
I suspect I'm doing this completely the wrong way but this is what i have
so far:
I'm trying to add a remove url to every mail, spaced out beneath the
original message
$myssage - generated elsewhere, but is text input into email field
$space = " ";
$remover = "http://www.mach.co.uk/removeemailaction.php?temailer=$to";
$array = array($myssage , $remover);
$message = implode($space , $array);
This does the job, but I'd rather replace the $space with equivalent code
for
$space = "carriage returns"
Any ideas pls, its to generate text mail rather than html mail
- Next message: Joe: "PHP mail for in Flash MX"
- Previous message: CountScubula: "Re: Using GD with PHP"
- Next in thread: Tyrone Slothrop: "Re: Inserting carriage return(s) into a php mail"
- Reply: Tyrone Slothrop: "Re: Inserting carriage return(s) into a php mail"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|