Horje

Method-3: Alternative of Iframe (PHP File Contents)

Use PHP File Get Contents

index.php
Example: PHP
<!DOCTYPE html> 
  
<body> 
<?php
$homepage = file_get_contents("https://horje.com/learn/565/how-to-set-html-object-element"); 
echo $homepage; 
?> 
</body> 
</html>

Output should be:

Method-3: Alternative of Iframe (PHP File Contents)




Type:
php
Category:
Web Tutorial
Sub Category:
HTML Link Tutorial
Uploaded by:
Admin