Google dot what?
Posts: 2
16 credits Members referred : 0
« on: Dec 09, 2007, 06:46:43 PM »
I have noticed on several PHP websites that they refer to other pages on their server by using the following:
games.php?game=29
I am a webmaster for a couple of very simple websites. I was just wondering how to do this as I was contemplating creating a FAQ section on one of my websites and wanted to use this function as it seems simple (probably isnt though right?). Anyway, just wondering if there is a tutorial that someone can link me to or what. I appreciate any help. Thanks!
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6557
40174 credits Members referred : 374
Google dot what?
Posts: 2
16 credits Members referred : 0
« Reply #3 on: Dec 09, 2007, 10:27:48 PM »
Is there a way that I can use that to reference bringing up a page? I mean, how do I take a link and reference the PHP file and then find, lets say, a html page with some information on it? Or is there something I am completely missing here?
Global Moderator
Internet Junkie
Gender:
Posts: 1807
9006 credits Members referred : 6
« Reply #4 on: Dec 09, 2007, 11:32:04 PM »
usually sites that use this method of displaying pages have the content stored in a database, so the php script will fetch entry number 29 from the database and build the page with that content.