Posted by AK on 02/23/06 02:02
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]
|