By using this method I get lots of error messages and bugy pages but at least much better than a blank screen haha
yeah I see the tag method is more powerful than [PHP][/PHP], sadly, I don't understand very well how to use it. The only thing which I want is to bind my script so it should look somehow like that
Code: Select all
<?php
function einbinden () {
include ('../speisekarte.php');
}
$content['all'] = str_replace('{MYTAG}', einbinden(), $content['all']);
?>
Is that possible anyway? I really hope it is