Maybe no solution for your problem but a tip how to easily switch a block from active to inactive and vv.
<?php /** * echo 'I am inactive'; /** */ /** */ echo 'I am active code'; /** */ /** My debug block */ print_r($myVar); /** */ /** My debug block * print_r($myVar); /** */ ?> As you can see you just have to handle the last slash in a blocks first lines end. Copy into a php document in PSPad to see the effect with syntax highlighter. -- <http://forum.pspad.com/read.php?2,48839,63559> PSPad freeware editor http://www.pspad.com