array( 'header' => "Content-type: application/json\r\n", 'method' => 'POST', 'content' => $_POST["content"] ) ); $context = stream_context_create($options); $result = file_get_contents($_POST["webhook"], false, $context); ?>