oczywiscie nie chodzi mi o wczytanie za kazdym razem (calej) innej strony. nie chce zamotac

pomocy!

<?php if ($_GET['body'] == "") { $body="glowna"; } else { $body=$_GET['body']; } include ("./poddzialy/".$body.".html"); ?>
<?php switch($_GET['strona']) { default: // to bedzie ladowane defaultowo, np. include('default.html'); break; case 'stronka1': // instrukcje, np. include('stronka1.html'); break; case 'stronka2': // instrukcje, np. include('stronka2.html'); break; } ?>
<?php function alnum ($tekst) { $wynik = NULL; for ($i=0; $i<strlen ($tekst); $i++) $wynik .= $tekst[$i]; return $wynik; } $znaki = alnum ($znaki); //usuwa znaki nie alfanumeryczne ?>
<?php if ($_GET['body'] == "") { $body="glowna"; } else { $body=$_GET['body']; } include ("cos.txt"); ?>