Hi folks,
I just learned PHP yesterday, and thanks to the "PHP4 A Beginner's Guide" by Bill McCarty and other resources I have been able to successfully code some dynamic pages for a website I've been working on.
My question is about what I want to do with my website. What I want to do is to use a single PHP page for a downloads section on the site.
The Downloads center would use two variables to determine which downloads to list based on data from a MySQL database.
- aircraft type
- world region
So, for example, you might have
downloads.php?aircraft=737®ion=europe
And it would display the relevant data.
What I want to know is what exactly allows you to use the ".php?subset=value" form for pages. Sorry I can't explain this better, but I dont even know the term for it, so I can't really do any research on it. :-)
TIA,
Matt