Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. If files selected then run this script as an include
  2. If no files selected then exit
  3.  
  4. if($_FILES['files']['name']!="")
  5. {
  6. Do this
  7. }
  8. else
  9. {
  10. exit();
  11. }
  12.  
  13. if(!empty($_FILES['files']['name']))
  14. {
  15. //
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement