@phpCode - Execute Raw PHP Code
Syntax
@phpCode
// Your PHP code here
@endphpCodeDescription
Example
@phpCode
$year = date("Y");
@endphpCode
<p>Current Year: @year</p>Expected Output
Notes
Last updated