I am confused why my code below don't work:
include('section_common.php?cat=' . $cat_map[$cat]['url']);
it give:
Warning: include(section_common.php?cat=cat): failed to open stream: No error in C:\xampp\htdocs\1.php on line 67
while when i visit localhost/section_common.php?cat=cat it works well, i think that the problem is in the function include itself, as the included link is working in browser and in include it give failed to open stream.