Thread: More PHP Help
View Single Post
Old 10-28-2007, 03:43 PM   #6 (permalink)
Gurnk
The Contributor
Upcoming Programmer 
 
Gurnk's Avatar
 
Join Date: Oct 2007
Location: US
Posts: 66
Thanks: 19
Gurnk is on a distinguished road
Default

You make a master page, then you can use the PHP $_GET function to get the data.

If you have yoursite.com/view.php?pallete=143, you would then $_GET the pallete number ($pallette = $_GET["pallete"]; ) and then select the stuff from the database, where the ID is equal to $pallette.

Thats a very simple explanation of it.
Send a message via MSN to Gurnk
Gurnk is offline  
Reply With Quote