Witam, chodzi mi o takie cos zby zrobic:
http://adresstrony.pl/?costam
proszę o pomoc
<? switch($_GET['page']) { default: include('theme/newsy.htm'); break; case "omnie": include('pages/omnie.php'); break; case "projekty": include('pages/projekty.php'); break; case "download": include('pages/download.php'); break; case "funkcje": include('pages/funkcje.php'); break; case "linki": include('pages/linki.php'); break; case "kontakt": include('pages/kontakt.php'); } ?>
<? switch($_SERVER['QUERY_STRING']) { default: include('theme/newsy.htm'); break; case "omnie": include('pages/omnie.php'); break; case "projekty": include('pages/projekty.php'); break; case "download": include('pages/download.php'); break; case "funkcje": include('pages/funkcje.php'); break; case "linki": include('pages/linki.php'); break; case "kontakt": include('pages/kontakt.php'); } ?>