‘;
echo ‘From: The Air Cleaner Store’.’
‘;
$invoicedetails = explode(‘~’,$data2);
echo ‘Your transaction ID is : ‘.$invoicedetails[0].’
‘;
echo ‘Total Amount:’.$invoicedetails[1].’
‘;
echo ‘Product Purchased: ‘.$invoicedetails[2].’
‘;
}
?>