<!DOCTYPE html>
<body>
<?php
// Reading contents from the
// geeksforgeeks homepage
$homepage = file_get_contents(
"https://horje.com/");
echo $homepage;
?>
</body>
</html>
Type: | php |
Category: | Web Tutorial |
Sub Category: | PHP URL/LINK Tutorial |
Uploaded by: | Admin |