Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1. function forclosure_admin() {
  2.  
  3.  
  4.         $html = "
  5.        <form method=\"POST\" action=\"\" enctype=\"multipart/form-data\">
  6.           <input type=\"file\" name=\"ufile\">
  7.           <input type=\"text\" name=\"thetext\">
  8.           <input type=\"submit\" value=\"Upload\">
  9.        </form>";
  10.  
  11. var_dump($_POST);
  12.  
  13.  
  14.  
  15.         return($html);
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement