fork download
  1. <?php
  2. $url = "https://w...content-available-to-author-only...i.com/?t=${movieName}&apikey=92812cfc";
  3. $response = file_get_contents($url);
  4. $data = json_decode($response, true);
  5. echo($response);
  6. echo($data);
  7. ?>
Success #stdin #stdout #stderr 0.04s 25768KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Notice:  Undefined variable: movieName in /home/Zxu8V8/prog.php on line 2
PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/Zxu8V8/prog.php on line 3
PHP Warning:  file_get_contents(https://w...content-available-to-author-only...i.com/?t=&apikey=92812cfc): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/Zxu8V8/prog.php on line 3