Forum Moderators: coopster
Its the text "EXAMPLE" that I want to style, and if possible, the backgroundcolor etc.
I have tried to implement a link to my CSS stylesheet and various other thing but everytime I get an error.
Also if I make stuff like "ü" it doenst show "ü" but just "ü"
Can anyone help me?
My PHP:
static public function sendWelcomeMail($username,$password,$mail, $oid = 0, $tt = 0){
$content = " EXAMPLE
Bestell-Nr: $oid
Zahlungs nummer: $tt
";
mail($mail,"text text text",$content, "From: robot@example.com");
}
[edited by: eelixduppy at 7:00 pm (utc) on Feb. 9, 2009]
[edit reason] exemplified [/edit]