fork(1) download
  1. <?php
  2.  
  3. // validation
  4. $validationOK=true;
  5. if (!$validation0K) {
  6. print "<meta http-equiv=\"refresh\" content=\"0;URL=error.html\">";
  7. }
  8.  
  9. ?>
Success #stdin #stdout 0.02s 13064KB
stdin
Standard input is empty
stdout
<meta http-equiv="refresh" content="0;URL=error.html">