@require - Include PHP Files
Syntax
@require(filePath)Description
Example
<h1>Welcome to Ahmed Engine</h1>@require("header.php")
<p>Main content goes here.</p>Expected Output
Notes
Last updated
@require(filePath)<h1>Welcome to Ahmed Engine</h1>@require("header.php")
<p>Main content goes here.</p>Last updated
<h1>Welcome to Ahmed Engine</h1>
<p>Main content goes here.</p>