Today when I use paypal sandbox to test it,it transfer money from buyer to seller successfully,but it didn't insert anything like item_name,id and status into database . Then I add print_r($_POST) before if($_POST) in notify_paypal.php,it output Array() which means $_POST is empty and paypal returns nothing after transaction.Anyone help me?Thanks