[table]
[tr]
[th][/th]
[th][/th]
[th][/th]
[/tr]
[tr]
[td][/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[td][/td]
[/tr]
[/table]
<?php

function hello() {
echo "Hello world!";
}

hello(); // displays: Hello world!

?>
[table]1|2|3|4
5|6|7|8[/table]