SimonXIX’s avatarSimonXIX’s Twitter Archive—№ 40,078

    1. Today I have to write a PHP script to submit a POST request... without using cURL. The horror...
  1. …in reply to @SimonXIX
    $response = file_get_contents($url, null, $context);