Horje

Full Code

index.php
Example: PHP
<!DOCTYPE html>   
<body> 
    <?php 
        // Reading contents from the 
        // geeksforgeeks homepage 
        $homepage = file_get_contents( 
            "https://horje.com/"); 
        echo $homepage; 
    ?> 
</body> 
</html>

Output should be:

Full Code




Type:
php
Category:
Web Tutorial
Sub Category:
PHP URL/LINK Tutorial
Uploaded by:
Admin