das funzt:
<?php #### weiter.php ####
header("Location: http://www.google.com");
?>
packe ich das ganze in nen if-abfrage dann funktioniert es nicht mehr...
if(action == $_GET[raum]){
header("location: http://www.google.com");
}
... tolle sache...
hat noch jemand vorschläge?
tschau