|
Posted by Christopher Pettet on 02/23/06 04:22
One last thought... instead of just "\n", use "\n\r" or "\n<BR>". I know
you said you were reading it in plain text, but so am I and I still get
hyperlinks underlined and such.
"AK" <nospam@itn.com> wrote in message
news:hY6Lf.30666$7y1.7046@tornado.texas.rr.com...
> Thanks All
>
>
> This failed to correct the problem but was valis as an alternate way to
> code it.
>
> More sleuthing is that it seems that the problems must be tied with my
> Outlook email program. Hotmail displays the message perfectly. So to
> Netscape!
>
> Again Go Figure!
>
>
> AK
>
> "Cmac" <cordmcphail@gmail.com> wrote in message
> news:1140632450.150028.173820@g43g2000cwa.googlegroups.com...
>> $detail_text = "";
>> $detail_text .= "Charge ID: " . $charge_id / "\n";
>> $detail_text .= "Billing Period: " . date("m/d/Y h:i A",
>> $billing_start) . " - " . date("m/d/Y h:i A", $billing_end) . "\n";
>> $detail_text .= "Date/Time of Charge: " . date("m/d/Y h:i A",
>> $current_time) ."\n";
>> $detail_text .= "Card Charged: **** **** **** " . $last_four ."\n";
>> $detail_text .= "Amount Charged: $" . sprintf("%01.2f", $total);
>>
>> Use this...
>>
>
>
[Back to original message]
|