Skip to content

Instantly share code, notes, and snippets.

@wdc63
Created October 10, 2017 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wdc63/358cab5f0d1905c43a28c0aa7d9aa5a0 to your computer and use it in GitHub Desktop.
Save wdc63/358cab5f0d1905c43a28c0aa7d9aa5a0 to your computer and use it in GitHub Desktop.
<?php
header("Content-Type:text/html;charset=utf-8");
$htmlData = file_get_contents("test.html");
}
?>
<!doctype html>
<html>
<head>
<script>
var gethtml = "<?php echo $htmlData ;?>";
alert(gethtml)
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment