Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request
Kod
<?php
switch($_GET['dzial']){
case 'Powstanie_NSZZ': include('podstrony/Powstanie_NSZZ.php'); break;
case 'Upadek_Komunizmu': include('podstrony/Upadek_Komunizmu.php'); break;
case 'Powstanie_PRL': include('podstrony/Powstanie_PRL.php'); break;
case 'Wybuch_Elektrowni': include('podstrony/Wybuch_Elektrowni.php'); break;
case 'Strajki': include('podstrony/Strajki.php'); break;
case 'Okragly_Stol': include('podstrony/Okragly_Stol.php'); break;
case 'Inne': include('podstrony/Inne.php'); break;
default: include('podstrony/index.php'); break;
}
?>
switch($_GET['dzial']){
case 'Powstanie_NSZZ': include('podstrony/Powstanie_NSZZ.php'); break;
case 'Upadek_Komunizmu': include('podstrony/Upadek_Komunizmu.php'); break;
case 'Powstanie_PRL': include('podstrony/Powstanie_PRL.php'); break;
case 'Wybuch_Elektrowni': include('podstrony/Wybuch_Elektrowni.php'); break;
case 'Strajki': include('podstrony/Strajki.php'); break;
case 'Okragly_Stol': include('podstrony/Okragly_Stol.php'); break;
case 'Inne': include('podstrony/Inne.php'); break;
default: include('podstrony/index.php'); break;
}
?>
a jak wstawie w podstronie, np. nazwa page.php to bez wachania chodzi... co jest grane?