[Typo3] $_POST['MyVar'] doesn't work!!

bamba thiam mbthiam at gmail.com
Wed Dec 7 10:34:16 CET 2005


i get some problems Patrick,because it's a simple $_POST['MyVar'] but yours
suggestions are to get content of $_POST['MyVar'] from an extension or a
function to a function main().
I just want to get the value of content of $_POST['MyVar'] in the same
function please.
thanks

2005/12/7, bamba thiam <mbthiam at gmail.com>:
>
> thanks Patrick for your reply.i check it right now
>
> 2005/12/6, Patrick Rodacker <rod at biba.uni-bremen.de>:
> >
> > Hi bamba,
> >
> > bamba thiam wrote on 06.12.2005 17:52:
> >
> > > i want to use $_POST['MyVar'] in a file of an extension.
> > > The syntax is right But i can't get the content of the
> $_POST['MyVar'].
> > > does typo3 have an other why to get the content of $POST['MyVar']?
> >
> >
> > you could either use $this->piVars['MyVar'] [1] which stores POST and
> > GET data or you can use t3lib_div::_GP('MyVar'),
> > t3lib_div::_GET('MyVar') and t3lib_div::_POST('MyVar') [2] to access the
> > submitted data directly.
> >
> > Regards
> > Patrick
> >
> > [1]
> >
> >
> http://wiki.typo3.org/index.php/Extension_Development%2C_using_POST_Forms$GLOBALS['TSFE']
> >
> > [2]
> >
> >
> http://typo3.org/documentation/document-library/doc_core_cgl/Variables_and_Consta-1/#oodoc_part_260
> > _______________________________________________
> > Typo3-english mailing list
> > Typo3-english at lists.netfielders.de
> > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> >
> _______________________________________________
> Typo3-english mailing list
> Typo3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>



More information about the TYPO3-english mailing list