fork download
  1. <?php
  2. $url = "https://w...content-available-to-author-only...t.com/";
  3. $ch = curl_init();
  4. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  5. curl_setopt($ch, CURLOPT_URL, $url);
  6. $res = curl_exec($ch);
  7. echo $res;
  8. ?>
Success #stdin #stdout 0.04s 26168KB
stdin
Standard input is empty
stdout