Advertisement
Guest User

form

a guest
Sep 27th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. case "imageupload":
  2.     echo '<label for="upload_image">' . "\n";
  3.     echo '<input type="text" name="image_1" id="image_1" value="" />' . "\n";
  4.     echo '<input type="button" id="btn" class="upload_image_button" value="Upload Image" />' . "\n";
  5.     echo '</label>' . "\n";
  6. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement