Gentle Man
Member
- Jan 20, 2021
- 44
- 30
- 18
Welcome guys in this tutorial I will teach you how to clone any website in just minute
1- Create file with name index.php
Copy and paste this code
Save and close index.php file
2- change example.com with URL you're need clone
Upload file to your hosting and go to your domain
That's all . Enjoy
1- Create file with name index.php
Copy and paste this code
PHP:
<?php
$clone = file_get_contents("https://example.com");
echo $clone;
?>
2- change example.com with URL you're need clone
Upload file to your hosting and go to your domain
That's all . Enjoy
Last edited: