Advertisement
lamiastella

name.php

Sep 26th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.59 KB | None | 0 0
  1. <html>
  2. <body>
  3.  
  4. <form action="welcome.php" method="post">
  5. m: <input type="text" name="m"><br>
  6. gamma: <input type="text" name="gamma"><br>
  7. epsilon: <input type="text" name="epsilon"><br>
  8. <!--<input type="submit">-->
  9. </form>
  10.  
  11. <!--
  12. <?php
  13.  
  14. $output = shell_exec('ls -ltr');
  15. var_dump($output);
  16. echo "<pre>$output</pre>";
  17. ?>
  18.  
  19. -->
  20.  
  21.  
  22.  
  23. <form action="upload.php" method="post" enctype="multipart/form-data">
  24.     Select the XLS file to upload:
  25.     <input type="file" name="fileToUpload" id="fileToUpload">
  26.     <input type="submit" value="Upload File" name="submit">
  27. </form>
  28.  
  29.  
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement