Skip to content

Instantly share code, notes, and snippets.

View adscyber02's full-sized avatar

Teuku Maulana adscyber02

View GitHub Profile
@adscyber02
adscyber02 / post-receive-json-php-curl.php
Last active April 6, 2021 07:21 — forked from tutweb/post-receive-json-php-curl.php
Mengirim dan menerima data JSON dengan PHP cURL
<?php
//API URL
$url = 'http://www.exampleweb.com/api';
//create a new cURL resource
$ch = curl_init($url);
//setup request to send json via POST
$data = array(