Use PHP File Get Contents
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>
Method-1: Alternative of Iframe (<object>) | HTML Link Tutorial |
Method-2: Alternative of Iframe in HTML 5 (<embed>) | HTML Link Tutorial |
Method-3: Alternative of Iframe (PHP File Contents) | HTML Link Tutorial |
Method-4: Alternative of Iframe (PHP File Contents) | HTML Link Tutorial |
Iframe | HTML Link Tutorial |
What is alternative of Iframe | HTML Link Tutorial |
How to point Mouse on HTML Text | HTML Link Tutorial |
How to make a link text short with screen fit | HTML Link Tutorial |
Type: | Php |
Category: | Web Tutorial |
Sub Category: | HTML Link Tutorial |
Uploaded by: | Admin |