Hey!
I built a dynamic website which simple prints out the needed text for every menu item. I use <?php echo $content; ?> and its works perfectly if $content contains plaintext or html.
Now i tried to assign $content a PHP-script (<?php ...?>) to generate a dynamic Sitemap instead of normal html/text.
The problem is, the php-code is always interpreted as normal html.
thanks, markus