[TYPO3-german] Problem mit typoscript und php

Sebastian Scholz eemceebee at googlemail.com
Sun Jan 13 13:29:59 CET 2008


Hallo,

ich will ein kleines php script aus meinem typoscript ausführen.
Grundsätzlich geht das aber der baut die Ausgabe nicht an dem Marker
ein wo ich es gerne hätte sondern einfach ganz oben. Ne Idee wie ich
das machen kann ??

Hier mal mein code :

phptest.inc.php

<?php
echo 'This comes from php !!';
?>

und der Typo Teil :

temp.phpScript = PHP_SCRIPT
temp.phpScript {
    file = fileadmin/phptest.inc.php
    myVerySpecialOwnParameter = bla
    myParamArray {
        a = 1
    }
}
marks.phptest < temp.phpScript

Danke für die Hilfe.

Sebastian


More information about the TYPO3-german mailing list