$s = $_GET['s'];
if(!empty($s)) {
if(is_file("podstrony/$s".".inc"))
include "podstrony/$s.inc";
else
echo "
Nie ma takiej strony :-("; }else include "podstrony/start.inc"; ?>
Nie ma takiej strony :-("; }else include "podstrony/start.inc"; ?>