I believe we are limited to what we can code into these posts. We are actually using something called MyCode. It appears to not be PHP. MyCode is a very simplified HTML.
I think the PHP box:
is simply for putting the PHP code in its syntax form into the posts. It automatically put all those colors in there to make it easier to read the code. I don't think that is of importance to us at AO, but I think it must be very important for some of the MyBB forums.
I am NOW officially stopping trying to figure this out. I can use the "insert list" buttons. I'll do my best with those.
I think the PHP box:
PHP Code:
<!DOCTYPE html>
<html>
<body>
<?php
echo "My first PHP script!";
?>
</body>
</html>
is simply for putting the PHP code in its syntax form into the posts. It automatically put all those colors in there to make it easier to read the code. I don't think that is of importance to us at AO, but I think it must be very important for some of the MyBB forums.
I am NOW officially stopping trying to figure this out. I can use the "insert list" buttons. I'll do my best with those.