Advertisement
bragaaxavier

Callback pulsa

Jun 19th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. <?php
  2.  
  3. $ip_dpedia = "172.105.239.47";
  4.  
  5. if( $_SERVER['REMOTE_ADDR'] == $ip_dpedia ){
  6.  
  7.     $content = $_POST['content'];
  8.     $json = json_decode($content,TRUE);
  9.  
  10.     $oid        = $json['oid'];
  11.     $service    = $json['service'];
  12.     $price      = $json['price'];
  13.     $status     = $json['status'];
  14.     $date       = $json['date'];
  15.     $catatan    = $json['catatan'];
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement