I did following in order to include php code into Joomla:
writing a php application with jumi as:
<?php echo '<p>Hallo Welt</p>'; ?>
include following code in the target article, where the previous code should be included:
{jumi [*1]}
this worked so far. But, when i try to edit the article again using the wyiwyg editor, the editor take the resolved formatting, means
Hallo Welt
and the original code get replaced {jumi [*1]}this is get very problematic when the code is dynamic!
does somebody has a solution for this issue or am I missing something?