Sorry. What I mean is, that say I have a game page. For example, say there are 5 different games I want on my site. Say the name of the page is "index.php" instead of making a folder and having it like this,
game1.php, game2.php, game3.php, game4.php, game5.php, I would like to have it like this. There is a name and value. Like this:
game.php?gameID=1
game.php?gameID=2
Something like that. I will be able to change the values of "gameID" and "1". That is basically what I want. I want to make it so that when you stick a query string on an ending of a "PHP" page, it will actually be somewhere and be valid.
Thanks a lot
Ken Cooper