Siema mam taki problem zrobiłem stronke normalne podstrony działaja dobrze np.
przykładowa podstronata podstrona jest zapisana w pliku .txt w folderze teksty wiec wszystko działa normalnie
nie wiem jak wywołac podstrone zeby była wyświetlana prawidłowo a chodzi o
podstrona ze zdjeciami strona z galerią znajduje sie w
http://www.darecznik.w.tkb.pl/minigal/w folderze teksty w pliku "0.txt" napisałem
<? require ( "http://www.darecznik.w.tkb.pl/minigal" ) ; ?>
myslałem ze bedzie działac

podobny problem jest z dołączaniem ksiegi gosci jak zrobic zeby wszystko dobrze działało i zeby nie zmieniało ściezek tak jak np. w podstronie ze zdjeciami
KOD INDEXU STRONY GŁÓWNEJ
<html>
<body>
<div align="center">
<center>
<table border="0" width="488" height="702" cellspacing="0" cellpadding="0">
<tr>
<td width="711" height="164" colspan="2"><map name="FPMap0">
<area href="?go=omnie" shape="rect" coords="266, 60, 393, 106">
<area href="http://www.darecznik.w.tkb.pl/ksiega_gosci" target="_blank" shape="rect" coords="401, 60, 536, 108">
<area href="http://FORUM" target="_blank" shape="rect" coords="549, 61, 643, 104">
<area href="http://www.darecznik.w.tkb.pl/minigal" target="_blank" shape="rect" coords="653, 62, 779, 107">
<area href="http://rofererek.go.pl" shape="rect" coords="17, 49, 260, 114"></map><img border="0" src="/Obrazki/index_01.gif" usemap="#FPMap0" width="780" height="164"></td>
</tr>
<tr>
<td width="701" height="73" style="background-image: url('/Obrazki/index_02.gif'); background-repeat: repeat" colspan="2"></td>
</tr>
<tr>
<td width="108" height="514" valign="top"><map name="FPMap1">
<area href="http://rofererek.go.pl" shape="rect" coords="0, 16, 101, 46">
<area href="?go=mechanika" shape="rect" coords="0, 55, 100, 80">
<area href="?go=download" shape="rect" coords="0, 88, 95, 117">
<area href="?go=sondy" shape="rect" coords="0, 127, 81, 152">
<area href="?go=livecam" shape="rect" coords="0, 160, 75, 183">
<area href="?go=tips" shape="rect" coords="0, 193, 61, 222">
<area href="?go=stat" shape="rect" coords="0, 235, 54, 261">
<area href="?go=wysypisko" shape="rect" coords="0, 266, 92, 300">
<area href="?go=linki" shape="rect" coords="0, 305, 58, 336"></map><img border="0" src="/menu1.jpg" usemap="#FPMap1" width="185" height="800"></td>
<td width="605" height="514" valign="top">
<? $go=$_GET["go"]; /* to działa tylko i
wyłącznie, gdy pliki podłączane są z katalogu "teksty" i mają rozszerzenie *.txt */ if(!isset($go)) { include("http:/lkh"); } else { if(is_file("teksty/$go.txt")) { include("teksty/$go.txt"); } else echo "nie ma jeszcze takiej strony ale nie długo będzie
"; } ?>
<?if (!isset ($_GET['go'])){ echo 'Lista linków:<br><a href="index.php?go=upload/index">Link 1</a>';} else if ( file_exists( $_GET['go'].'.txt' ) ){ include $_GET['go'].'.txt';}else{ include 'index.txt';}?>
</tr>
<tr>
<td width="701" height="46" colspan="2" style="background-image: url('/Obrazki/index_04.gif')"></td>
</tr>
</table>
</center>
</div>
</body>
</html>
dziaki za pomoc