PayPal IPN and fsockopen
问题 Well I can't use cURL, the version installed on my web host that can't be changed doesn't support TLS. I'm trying to use fsockopen now to see if i'll be able to use IPN. It just hangs and browser throws connection timeout. PHP 7, open_ssl is enabled <?php header('HTTP/1.1 200 OK'); $item_name = $_POST['item_name']; $item_number = $_POST['item_number']; $payment_status = $_POST['payment_status']; $payment_amount = $_POST['mc_gross']; $payment_currency = $_POST['mc_currency']; $txn_id = $_POST[