quoting programming language
Hi,
I want to display php code in my text captions but it is trying to execute the php (I think) when I build to HTML5 and try and start the index.html page. I assume that is the reason because the page won't display unless I take that php code out.
The code is just the following, nothing major
<?php
date_default_timezone_set("Australia/Brisbane");
echo "The time is " . date("h:i:sa");
?>
I just want to quote the code, not execute it.
