Tag
If ($zoologie=="1") {
Du hast register_globals auf "On" gestellt ? Das ist ab PHP 4.2.0 normalerweise auf off gesetzt, dann müsstest DU $_GET["zoologie"] abfragen (wenn die URL so: bla.php?zoologie=1 ausschaut)
Ciao,
Harry
Tag
If ($zoologie=="1") {
Du hast register_globals auf "On" gestellt ? Das ist ab PHP 4.2.0 normalerweise auf off gesetzt, dann müsstest DU $_GET["zoologie"] abfragen (wenn die URL so: bla.php?zoologie=1 ausschaut)
Ciao,
Harry