I'm trying this with the include() function, but no luck yet.
What I want to do is:
I've got 2 variables:
$page1="page1.php";
$page2="page2.php";
No i want in my url: index.php?page=page2
So that the variable page would be page2.php in my include function.
In that way I would only have to make 1 html file where i insert new files.