Include script
Posted: Wed Aug 27, 2008 5:35 pm
Hello,
I wan't an include script that does the following thing, and I wondered if someone could help me out.
I wan't an include script that does the following thing, and I wondered if someone could help me out.
- It's three separate folders - 'hello', 'hi' and 'bye'.
- index.php should show lol.php
- index.php?p=hello should show /hello/index.php and so on.
- index.php?p=hello&page=1 should show /hello/index_2.php and so on.
- index.php?p=hello&lol=1 should show /hello/lol_1.php and so on.