Process File Content as Hashtag Markup
This page calls a Framework Core PHP function to process a PHP string variable as Hashtag Markup.
The string variable is loaded with the contents of a file.
The Hashtag Framework can be configured to disable PHP in Hashtag Markup.
Processing this Hashtag Markup:
<?php
$hashtag = file_get_contents('basics/content.htmx');
hashtag_process($hashtag);
?>
This content came from /basics/content.htmx
The current time is 1:12:12 PM UTC
Hashtag Markup for Included Page:
/basics/content.htmx
<p>This content came from <strong>/basics/content.htmx</strong></p>
<p>The current time is <#[system.time]#></p>