(wikified) |
(bbc) |
||
Line 1: | Line 1: | ||
{{Wordy | {{Wordy bbc | ||
|tag=php | |tag=php | ||
|example=[php]<?php echo "Hello world!"; ?>[/php] | |example=[php]<?php echo "Hello world!"; ?>[/php] |
Revision as of 17:02, 17 February 2011
description: 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.
example: [php]<?php echo "Hello world!"; ?>[/php]
result: <?php echo "Hello world!"; ?>