fork download
  1. <?php
  2. $url = "https://u...content-available-to-author-only...1.in/api/v2/s2s/payment/justpe/callback?test=111";
  3. $ch = curl_init();
  4. curl_setopt($ch, CURLOPT_URL, $url);
  5. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  6. $resp = curl_exec($ch);
  7. curl_close($ch);
  8. print($resp)
  9. ?>
  10.  
Success #stdin #stdout 0.04s 25872KB
stdin
Standard input is empty
stdout
Standard output is empty