Hey, I'm fairly new to PHP but I understand enough to read it/make some things, but one thing I'm wondering is when for example I see "index.php?page=logout" which would be a websites' page, obviously, for logging out. I can create that myself but mine is always just "logout.php" instead of the fancy ?page=logout which I like. I understand how $_GET[''] works, but how can I add loads of different pages to "index.php?page=" instead of just a header to the actual file names, I really would like to start using things like ?page because it looks so much tidier. Thanks in advance