|
Hey, I'm wondering how this actually works?
Like, I'm interested in just having the one page, then when u click a link, it loads the new webpage into like, an include. So its like a template sorta thing.
Is it like, $id = $HTTP_GET_VARS["id"]; is the id of the webpage. So , for example members.php?id=38
You would have $HTTP_GET_VARS["38"]; and that gets the page and places it into where you want it? like and include?
But then when you click the link, what does it do then?
Lothop
|