How can I set a website to load a certain database record on a page load when the page is opened with a link embedded in the site?
I have a page that lists a bunch of game recaps from my hockey team. I want to be able to click a link beside each game that loads up a new page that shows the recap for the game.
I see it all the time with something like:
http://www.domain.com/recap.php?=someID
how do you get the "someID" part into a variable when recap.php loads?
I have a page that lists a bunch of game recaps from my hockey team. I want to be able to click a link beside each game that loads up a new page that shows the recap for the game.
I see it all the time with something like:
http://www.domain.com/recap.php?=someID
how do you get the "someID" part into a variable when recap.php loads?