so, I have these links which link to
Code: Select all
href="htm/linker.php?category=about.htm" target="main"so it seems that the page linker.php never gets the variables!
the code in the linker.php file is as follows:
Code: Select all
<?php
include($category);
?>