Hashman Posted September 17, 2009 Share Posted September 17, 2009 Ive come up with a few and decided my favorites out of those here they are. /pacman.html?dir=allgames&game=pacman /all-games/pacman/index.html?game=pacman I want to know if you could help me come up with some other page ids Link to comment https://forums.phpfreaks.com/topic/174536-solved-need-help-coming-up-with-page-ids/ Share on other sites More sharing options...
Philip Posted September 17, 2009 Share Posted September 17, 2009 /all-games/pacman/index.html?game=pacman isn't that kind of redundant? And I'm confused to what this topic is trying to accomplish? Link to comment https://forums.phpfreaks.com/topic/174536-solved-need-help-coming-up-with-page-ids/#findComment-919887 Share on other sites More sharing options...
Hashman Posted September 17, 2009 Author Share Posted September 17, 2009 No not at all but if you can come up with something better i would love to hear it thats why im asking for suggestions. Helping me with my undecidedness Link to comment https://forums.phpfreaks.com/topic/174536-solved-need-help-coming-up-with-page-ids/#findComment-919891 Share on other sites More sharing options...
Hashman Posted September 17, 2009 Author Share Posted September 17, 2009 oh oops, wait yeah Link to comment https://forums.phpfreaks.com/topic/174536-solved-need-help-coming-up-with-page-ids/#findComment-919892 Share on other sites More sharing options...
khr2003 Posted September 17, 2009 Share Posted September 17, 2009 I guess it is confusing. You question is not very clear. Usually IDs consists of numbers (and letters sometimes) however in some occasion you might use letters only as an ID. My guess the id is pacman in this case, if this helps Link to comment https://forums.phpfreaks.com/topic/174536-solved-need-help-coming-up-with-page-ids/#findComment-919894 Share on other sites More sharing options...
Hashman Posted September 17, 2009 Author Share Posted September 17, 2009 I know what an id is and everything im asking if anyone can come up with another one. I came up with this /all-games/example.html?game=example does someone else have something else or better? Link to comment https://forums.phpfreaks.com/topic/174536-solved-need-help-coming-up-with-page-ids/#findComment-919918 Share on other sites More sharing options...
MasterACE14 Posted September 17, 2009 Share Posted September 17, 2009 that works perfectly fine. However it needs to be a PHP file. index.php Link to comment https://forums.phpfreaks.com/topic/174536-solved-need-help-coming-up-with-page-ids/#findComment-919921 Share on other sites More sharing options...
Philip Posted September 17, 2009 Share Posted September 17, 2009 that works perfectly fine. However it needs to be a PHP file. index.php Not always. You can setup apache to parse .html as a .php Link to comment https://forums.phpfreaks.com/topic/174536-solved-need-help-coming-up-with-page-ids/#findComment-920143 Share on other sites More sharing options...
Psycho Posted September 17, 2009 Share Posted September 17, 2009 I know what an id is and everything im asking if anyone can come up with another one. I came up with this /all-games/example.html?game=example does someone else have something else or better? Better in what sense? You haven't explained what you are trying to accomplish so there is no way for us to detemin what approach would be better or worse. You might as well say "I came up with the number 529, can anyone come up with a better number?" Link to comment https://forums.phpfreaks.com/topic/174536-solved-need-help-coming-up-with-page-ids/#findComment-920194 Share on other sites More sharing options...
citricsquid Posted September 17, 2009 Share Posted September 17, 2009 Are you looking at it from an end user point of view or SEO? As an end user the less options the better, so: all-games/arcade/pacman would be better than game.php?cat=all-games&subcat=arcade&game=pacman. Link to comment https://forums.phpfreaks.com/topic/174536-solved-need-help-coming-up-with-page-ids/#findComment-920224 Share on other sites More sharing options...
Hashman Posted September 17, 2009 Author Share Posted September 17, 2009 No im planning on /all-games/exaple/ /arcade-games/example/ but i want something after it index.php?game=??? Link to comment https://forums.phpfreaks.com/topic/174536-solved-need-help-coming-up-with-page-ids/#findComment-920418 Share on other sites More sharing options...
corbin Posted September 17, 2009 Share Posted September 17, 2009 Why do you want something after it? Link to comment https://forums.phpfreaks.com/topic/174536-solved-need-help-coming-up-with-page-ids/#findComment-920427 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.