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

Tyler Kraft headhunterxiii at yahoo.ca
Wed Mar 1 18:08:25 CET 2006


Just out of curiosity - do you have a name?  Would you please use it in 
this list (as per the rules!)

Thank you

typo3 at net-products.nl wrote:
> Hello,
> 
> I wrote a page in typo with php code.
> 
> This form has to open another page also with php code. In that page a quiry
> is run
> 
> But the problem is that if the page is sumbmit:
> http://typo3.deleukstestofzuiger.nl/index.php?postcode=11&submit=zoek
> 
> but when I manually write
> http://typo3.deleukstestofzuiger.nl/index.php?id=77?postcode=11&submit=zoek
> 
> there is also no result.
> 
> But when I direct submit
> http://typo3.deleukstestofzuiger.nl/output.php?postcode=11&submit=zoek
> 
> is works. Then there is a ? quistionmark less.
> 
> Q:
> How can I solve this??
> I think the problem is here
> 
> <form action="index.phpid=77" method="GET">
> 
> thanx in advantage
> 
> #################################################################
> <?php
> echo "<form>
> <fieldset id=fieldset1
> style=postion:absolute
> width:300
> height:100
> top:20
> left:10
> 
>>";
> 
> 
> echo "<legend>Zoek Numatic distributeurs in uw omgeving</legend>";
> echo "Vul de eerste 2 cijfers van uw postcode in</br>";
> ?>
> </form>
> 
> <form action="index.phpid=77" method="GET">
> 
> <input type=text name=postcode size=2 maxlength=2>
> <input type=submit name=submit value=zoek>
> <form>
> #################################################################
> 
> 



More information about the TYPO3-english mailing list