[TYPO3-german] Variable aus URL für PHP-Script

Helmut Hummel typo3 at rampenlicht.org
Tue Aug 28 14:34:39 CEST 2007


Hallo Manfred,

Manfred Hungerland schrieb:
> 
> <?php
>    $id_value = t3lib_div::_GP('id_testimony');
>    echo $id_value
> ?>
> Ergibt keine Ausgabe. Du hast recht. .... Leider... ;-)

Die Get Variable ist doch:
tx_wfqbe_pi1[id_testimony]

müsste die die Abfrage dann nicht:

$id_value = t3lib_div::_GP('tx_wfqbe_pi1[id_testimony]');

lauten?

-- 
Viele Grüße
Helmut


More information about the TYPO3-german mailing list