(my native language is spanish, sorry for my english)
well, i have a problem, when i include a x page to index, the variables of x page they are modified to index so, the x page load bad....
This it is the code that I am using:
<?php
if($go=='category') { // Name of section
@include("archive.php"); // Location of page
}else{
@include("default.php");
}
?>
and this for linking
<a href="?go=category">Link</a>
....
It happens that when I include the page "archive.php" the variables are modified to "index" path....
i don't know if you understand me but that is my problem, very would be thanked for if you help me 🙂