Efekt:
Cytat
==== 22:01 ==== .... ====\r\n== mc_gross => 2.00\r\n== protection_eligibility => Eligible\r\n== address_status => confirmed\r\n== payer_id => PQTXAWLAHL86A\r\n== tax => 0.00\r\n==== VERIFIED ====\r\n\r\n
Sam skrypt php jest następujący:
<?php //HOW IT WILL LOOKS $log = '==== '.$time.' ==== '.$this->array['payer_email'].' ====\n'; foreach ($this->array as $key => $value) { $log .= '== '.$key.' => '.$value.'\n'; } ?>
I co ja mam począć?
