This is my testing...

In main.php:
<html>
<head><title> </title></head>
<body>
<? imclude("new.ph p") ?>
<? include("detail .php") ?>
</body>
</html>


In new.php:
<?
echo "<a href=\"test/artist/paul\">Paul</a><br>";
echo "<a href=\"test/teacher/kurt\">Kurt</a><br>";...