fork(1) download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5. $log = "http://i...content-available-to-author-only...e.com/gfx2/img/spoj.png";
  6.  
  7.  
  8. echo "<img src='$log' width='100' height='100'/>";
Success #stdin #stdout 0.01s 24448KB
stdin
Standard input is empty
stdout
<img src='http://i...content-available-to-author-only...e.com/gfx2/img/spoj.png' width='100' height='100'/>