// begin
if($_GET['news'] == "") // Show the visitor to see news.php, news.php?, or news.php?=
} else {
include "news.inc";
}
// your forms here (optional)
if($_GET['news'] == "1") // It will shows news.php?news=1
} else {
include "news.inc";
}
Change the filename yourself :o