Advertisement
Guest User

Ya

a guest
Dec 16th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <?php $url = 'https://cheaplikes.co.id/api/services/'; $api_id = '56'; // API ID $apiJAP = '6zPVcIW1yQpYkMd4ijux0ZKRnm3JOt'; // JustAnother Panel $api_postdata = "api_id=$api_id&api_key=$apiJAP"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $api_postdata); $result = curl_exec($ch); $order = json_decode($result, true); $iky = $order['data']; print_r($iky);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement