[TYPO3] Form action --> $HTTP_GET_VARS does not get variable

Lucas Birk tlist at birkit.com
Thu Mar 2 20:22:05 CET 2006


Nico,
In you php on the landing page (77) you would do somthing like:

$var = intval(t3lib_div::GPvar('postcode'));
//...do somthing with $var

Since you are using GET I assume you can see postcode=11 in the URL.
Lucas.



More information about the TYPO3-english mailing list