fork download
  1. <?php
  2. include $_SERVER['DOCUMENT_ROOT'] . '/gallery/template/header.php';
  3. include $_SERVER['DOCUMENT_ROOT'] . '/gallery/app/upload_check.php';
  4. ?>
  5.  
  6. <div class="uploadimages">
  7. <form enctype="multipart/form-data" id="ajax_form" method="POST">
  8. <input id="uploadimage" type="file" name="img">
  9. <br><br>
  10. <input type="button" id="btn" value="Загрузить" onclick="setimage()"/>
  11. </form>
  12. </div>
  13.  
  14. <div id="divResults"></div>
  15.  
  16. <?php
  17. include $_SERVER['DOCUMENT_ROOT'] . '/gallery/template/footer.php';
  18. ?>
Success #stdin #stdout #stderr 0.01s 23600KB
stdin
Standard input is empty
stdout
<div class="uploadimages">
    <form enctype="multipart/form-data" id="ajax_form" method="POST">
        <input id="uploadimage" type="file" name="img">
        <br><br>
        <input type="button" id="btn" value="Загрузить" onclick="setimage()"/>
    </form>
</div>

<div id="divResults"></div>

stderr
PHP Warning:  include(/gallery/template/header.php): failed to open stream: No such file or directory in /home/OeeFOw/prog.php on line 2
PHP Warning:  include(): Failed opening '/gallery/template/header.php' for inclusion (include_path='.:/usr/share/php') in /home/OeeFOw/prog.php on line 2
PHP Warning:  include(/gallery/app/upload_check.php): failed to open stream: No such file or directory in /home/OeeFOw/prog.php on line 3
PHP Warning:  include(): Failed opening '/gallery/app/upload_check.php' for inclusion (include_path='.:/usr/share/php') in /home/OeeFOw/prog.php on line 3
PHP Warning:  include(/gallery/template/footer.php): failed to open stream: No such file or directory in /home/OeeFOw/prog.php on line 17
PHP Warning:  include(): Failed opening '/gallery/template/footer.php' for inclusion (include_path='.:/usr/share/php') in /home/OeeFOw/prog.php on line 17