okay...i'm rebuilding my arcade site to be a lot more dynamic and i'll be storying almost everything in a MySQL database. i've got hundreds of games and add about 5 a week so what would be the best way to create new pages for these? all pages need to be ".php". Each aspect of each game (image, description, flash file, instructions) will be stored in a database. Im not sure how this would work but it would be nice to make it where when a link to a game is clicked on it loads the aspects of the game (title, flash file, insructions, icon) into a template...that way i don't have to make a seperate page necessarily for every game...the php does it for me....any suggestions on a better way to do it will be gladly accepted...thanks!!