| 
	
 | 
 Posted by Cmac on 02/22/06 20:20 
$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...
 
  
Navigation:
[Reply to this message] 
 |