Hello Guys! Ive been looking for an idea about "how to create a dynamic including (by folder?) on php" but i just cant find the answers. I tried searching using the different search engines but still i cant get what i find.
here is what i mean about dynamic including?
index.php?pagename=folder&page=pagename
Hoping for your help,
Aleks
P.S. I am actually new on php.
Dynamic including problem
Moderator: General Moderators
Re: Dynamic including problem
Code: Select all
require $_GET['pagename'] . DIRECTORY_SEPARATOR . $_GET['page'];Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Re: Dynamic including problem
<a href="index.php?pagename=folder&page=pagename">Link Name</a> this actually the link look like.