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

Lucas Birk tlist at birkit.com
Wed Mar 1 17:50:38 CET 2006


I'm not sure I understand your problehm correctly.
Are you trying to 'get' a var from a submitted form or simply get a form 
to submit properly?
Is this an actual extention or just a php script in your fileadhmin?
If is just an include script this might be what you are looking for: 
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsbyex/current/view/8/3/

typo3 at net-products.nl wrote:

>Hi Lucas,
>Q:
>In typo i write html code:
><form action=index.php?id=77 method=GET>
>
>How do I translate
>#get:
>t3lib_div::_GET ( $var = NULL )
>or
>#get or post:
>$var = t3lib_div::GPvar('var');
> to
><form action=index.php?id=77 method=GET>
>
>?
>  
>



More information about the TYPO3-english mailing list