Getting a page ID from MYSQL and displaying the content of that record

QUOWmelmmer

New Member
Okay guys i dont have any coding to show (sorry) what i need is php coding to do thisim currently creating a website that would host hundreds of pages game data like the image nam and description things like that, so instead of having to create hundreds of pages is there a way i could use 1 page to display different data for instance the user wants gta iv so they click the link and it would give them the discription and name but then the user wants farcry so they click the link and it would display that informationis there a way using php and MySql to display different data using one page and in the url bar displaying mysite.com/index.php?PID=00001 (GTA IV DATA) or mysite.com/index.php?PID=00002 (Farcry)
 
Back
Top