[php]<?php echo "Hello world!"; ?>[/php]The php tag colors text with php syntax. This is a block level tag, however no tags can be placed inside as they will all be formatted according to php syntax.<?php echo "Hello world!"; ?>
[php]<?php echo "Hello world!"; ?>[/php]The php tag colors text with php syntax. This is a block level tag, however no tags can be placed inside as they will all be formatted according to php syntax.<?php echo "Hello world!"; ?>