Hello I have this code, but doesnt work out. I dont know why and in manual a cannot find out this article how to do it....
file test.php
<?
include "./tab.php";
?>
<ul type=circle>
<a href="test.php?page=tab1.php">Click</a>
<a href="test.php?page=../index.php<Click2</a>
</ul>
Where is the problem with this linking? Why links doesn`t work? anything wrok after ?.
Thx for reply