den include von menue.php wegnehme, verschwindet das menue

<?php
$valid = $_POST['arrow'];
if ($valid == "true"){
echo '<form action="'.$_SERVER['SCRIPT_NAME'].'" method="POST">
<input type="hidden" name="arrow" value="">';
echo '<input type="submit" name="abspeichern" value="Save" /></form>';
}
else{
echo '<form action="'.$_SERVER['SCRIPT_NAME'].'" method="POST">
<input type="hidden" name="arrow" value="true">';
echo '<input type="submit" name="abspeichern" value="Save" /></form>';
}
?>
<?php include("/http/htdocs/Webseite/php/header.php");?>
<?php if ($valid == ""){include("/http/htdocs/Webseite/php/menue.php");} ?>
<?php include("/http/htdocs/Webseite/php/content.php"); ?>
<?php include("/http/htdocs/Webseite/php/search.php"); ?>
<?php include("/http/htdocs/Webseite/php/footer.php"); ?>
Kommentar