Guest User

Untitled

a guest
Dec 13th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $files=$rand."_".$_FILES['upload']['name'];
  2. $array=implode(",", $files);
  3. echo "<script>alert('Array: ".$array."')</script>";
Add Comment
Please, Sign In to add comment