On the page
http://www.orpatec.ch/turniere/5erfussball/index.php?page=bvallist.php&kind=regions
I have a form with method="post" and action="<?PHP $_SERVER['PHP_SELF'];
?>". While it works fine this way, as soon as I change the form to
method="get" it looses the parameter "kind" when I change e.g. the
second parameter from "-Alle-" to "Gültig". Has anybody an idea why it
works with POST but not with GET?
<form action="<?PHP $_SERVER['PHP_SELF']; ?>" method="get">
...
<select name="state" onchange="this.form.submit()">
O. Wyss
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php