Custom island syntax has been a bugaboo, because it's not obvious what is php and what is not..

In actuality, the ENTIRE code block is, since the custom island code that UBB.threads uses to save it simply puts <?php and ?> around it.

The only thing you MUST have in your code is the last 3 lines.. where 1 of them assigns to the body a value. the EOF; is key too, since the save code keys upon it.

Linky Poo to a tutorial in progress about how it works.. that one is for a different application of custom island, but the concept remains the same smile