A chce aby byl na nowej stronie. Chyba kod jest tutaj nie potrzebny.
co tu dodać tak wyglada konstrukcja w index.php:
<?php switch($_GET['id']) { case 'forgotpw': include("files/forgotpw.php"); break; case 'register': include("files/register.php"); break; case 'policies': include("files/policies.php"); break; case 'download': include("files/download.php"); break; case 'ventrilo': include("files/ventrilo.php"); break; case 'events': include("files/events.php"); break; case 'search': include("files/search.php"); break; case 'glossary': include("files/glossary.php"); break; default: include("files/start.php"); break; } ?> <?php switch($_GET['page']) { case 'morenews': include("files/morenews.php"); break; } ?>
w start.php wyswietlam newsy , a w morenews.php wiadomo co mam.
ps. jeszcze jeden jest problem , ze po kliknieciu w tytul newsa , tytul spada pod date.