[TYPO3] Form action --> $HTTP_GET_VARS does not get variable
typo3 at net-products.nl
typo3 at net-products.nl
Wed Mar 1 17:06:20 CET 2006
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>
?
|---------+------------------------------------------>
| | Lucas Birk <tlist at birkit.com> |
| | Sent by: |
| | typo3-english-bounces at lists.net|
| | fielders.de |
| | |
| | |
| | 01-03-2006 17:12 |
| | Please respond to TYPO3 English|
| | |
|---------+------------------------------------------>
>------------------------------------------------------------------------------------------------------------------------------|
| |
| To: TYPO3 English <typo3-english at lists.netfielders.de> |
| cc: |
| Subject: Re: [TYPO3] Form action --> $HTTP_GET_VARS does not get variable |
>------------------------------------------------------------------------------------------------------------------------------|
Try looking at:
http://typo3.org/fileadmin/typo3api-3.8.0/d3/d3d/classt3lib__div.html#a5
I think you are looking for:
#get:
t3lib_div::_GET ( $var = NULL )
or
#get or post:
$var = t3lib_div::GPvar('var');
_______________________________________________
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