[TYPO3-english] GET Variables in typo3

Marcus Krause marcus#exp2008 at t3sec.info
Tue Dec 9 07:27:29 CET 2008


szymek schrieb:
> Hello,
> 
>  
> 
> I have problem with GET variable In typo, they Only work when i'm logged In
> admin konsole. Anybody have Any idea how to make them work for normal not
> logged users ?

I hope you are not trying to access $_GET directly.

Use piVars, t3lib_div::_GET(), t3lib_div::_POST() or t3lib_div::GP()
instead!

Marcus.


More information about the TYPO3-english mailing list