I just did another code post on the forum

But it’s short and essential to my explanation. Hehe
Btw, I did try using <?PHP ?> to enclose the code, but the code highlighting doesn’t seems to work.
<?php
echo 'wendy';
?>
<?PHP
echo 'wendy';
?>
Ah I see, we need the php to be in lower case