Tontonq adlı üyeden alıntı: mesajı görüntüle
en kolay ve en güvenli yolu

<?php switch($_GET["sayfa"])
{
case 'uye':
include 'uye.php';
break;
case 'album':
include 'album.php';
break;
case 'foto':
include 'foto.php';
break;
default:
require 'uye.php';
}
?>

index.php?sayfa=album şeklinde
biraz açarsanız sevinirim