[Typo3] Pass $_REQUEST variable to TS

Jernej Zorec jernejz at gmail.com
Wed Nov 30 22:34:40 CET 2005


Hello,

I have trouble figuring out how to pass some variables
from $_REQUEST (from the url) to typoscipt.

On a page
www.something.com/index.php?id=12&something=123

I have TS for the printer friendly page:
10.value = <a href="index.php?id={field:uid}&type=98" 
target="_blank"><img src="fileadmin/print.gif" border=0 alt="Printer 
frienldy"></a>

Now I want to pass variable "something" to the printer page.
On the end the url should look something like

index.php?id=12&type=98&something=123

Thanks for your help.

-- Jernej



More information about the TYPO3-english mailing list