Well, you can go,
if( $target == \'php\' ) {
eval( $data );
}
inside your defined PI handler function. That will execute the code, but how do i get it to have properly?
<b>Stuff:</b> <?php echo \'hey\'; ?><br />
That line will print hey before the rest of the stuff because the parsing doesn\'t output anything, it simply constructs an object. How do i get it to hey in replace of the php code?