[linux] Re: php parameter passing in url

Hans Paijmans j.j.paijmans op uvt.nl
Di Okt 4 15:15:05 CEST 2005


Ronald Nooy wrote:
>>echo ".".$bla.".";
> Nieuwere installs van PHP werken niet meer op die manier met GET variabelen.
> 
> Probeer het eens met
> 
> echo ".".$_GET["bla"].".";
> 
> 

WTF!!! Je kunt ook niet drie weken iets anders doen en dan is de
hele syntax omgegooid!!!
Maar wat ik echt wil is het volgende: en hoe moet dat met $_GET?

if ($password!="blablabla")
   {
   echo "<form method=get action=\"index.php?password=\"$password\"\">\n";
   echo "Password: <input type=password size=10 name=password>\n";
   echo "</form>\n";
   exit;
   }



-- 
Dr. J.J. Paijmans
Rijksdienst Oudheidkundig Bodemonderzoek                  033-4227591
Maastricht University: IKAT, Faculty of General Sciences  043-3883477
Tilburg University: Dept. of Linguistics & AI             013-4662693
Home: Elzenstraat 1, Waalre,                              040-2230680
http://pi0959.kub.nl   http://paijmans.net       GSM: +31 621 961 083





More information about the Linux mailing list