<?php print_r($_REQUEST); foreach ($_REQUEST as $key => $value) { $string.=$key."====".$value."/n \n \r"; } file_put_contents("temp/test-".rand(1,1244).".txt", $string);exit; /* @include(classs file); $User->PaidSuccess($_REQUEST); public function PaidSuccess($data) { } */ echo $string; echo "heree";die; ?>