i didnt get that...
im currently using this code to get the news into the index
<?
if (isset($_GET["section"])) {
include("{$_GET["section"]}.php");
}
?>
so when i enter index.php?section=news the news come
but now i want to be able to call only 1 news post