Hi I wonder if anyone can help, I would like to know how it's possible to do this;
Basically what I want to do is on my website have index.php, which will be a splash/enter page basically (html), which will go to a page called home.php, and as I'm going to be having sections, i.e; home, which will contain pages that are included in that section, that it would be more constructive and simpler to have those pages all in 1 section, with a single include to control elements for that section.
For example, on my website, I am doing a section that will basically cover pages relating to shops, bars, clubs, pubs etc that are in my hometown, which is what my website is based on. So for example, if I wanted to look at pharaohs nightclub.
I would have in the folder places, several files;
shops.php, pubs.php, clubs.php etc
In my example, pharaohs would be like this;
http://www.domain.com/places/clubs.php?page=pharoahs
and orchards brewery, would be like this;
http://www.domain.com/places/bars.php?page=orchards
How would I accomplish this? I have seen lots of websites use this schema for their addresses, but I don't know how to do it! Can someone please give me a straight answer, no asking why would I do it like this or whatever, just please tell me what I want to know! lol Basically I want to put the code for each club and pub all in their respective files and call on the individual pages for each from that 1 file via the url for each. If you get what I mean.
Cheers