I have a flash game site, which has a play.php file, which gets the game's name by $_GET
like
http://host/play.php?game=free-kick-puzzle
which works nicely but I think it's not so good for google bot etc. And I see that many other sites do it like
host/games/free-kick-puzzle.php
So is there any way to "generate" this gamename.php
file automatically?
Thanks !