[Typo3] read variables from GET

wim.cruysberghs at telenet.be wim.cruysberghs at telenet.be
Thu Apr 28 17:10:08 CEST 2005


Hi alex, 

Tnx for your tip, it works fine now. 
About my emailaccounts sender name, it was an old configuration of my webmail account (recently domains where changed from pandora.be to telenet.be - but both are still valid). 
Normally it should be fine now. 

Greetings, 

Wim 
>----- Oorspronkelijk bericht -----
>Van
: media.res | alex widschwendter [mailto:a.widschwendter at mediares.at]
>Verzonden
: donderdag
, april
 28, 2005 02:39 PM
>Aan
: typo3-english at lists.netfielders.de
>Onderwerp
: Re: [Typo3] read variables from GET
>
>hi wim,
>
>please check your email accounts sender name ....
>
>> i am working on a little workaround for the jp_staff extension, that shows an unique overview of the personnel member that is included in the list on the INFO-template. 
>> 
>> Given the fact that i am on a single view, i have the next URL:
>> 
>> http://www.yourdomain.com/index.php?id=533&tx_jpstaff_pi1[showUid]=15&tx_jpstaff_pi1[backId]=417&L=3
>> 
>> Now i want to grap the next variables to paste them on the link generated by my multilanguage-script:
>> 
>> * tx_jpstaff_pi1[showUid]
>> * tx_jpstaff_pi1[BackId]
>> 
>> Herefor I want to use the function _GP from the t3lib_div-class in the /t3lib-directory. 
>> 
>> $showid = intval (t3lib_div::_GP($tx_jpstaff_pi1[showUid]));
>> $backid = intval (t3lib_div::_GP($tx_jpstaff_pi1[backId]));
>
>$this->jpstaffGPvars = t3lib_div::GPvar('tx_jpstaff_pi1');
>
>$showid = $this->jpstaffGPvars['showUid']
>
>hth alex
>_______________________________________________
>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