mam problem - od wczoraj sie zaczołem interesować php , i wykozystalem szablon od KESS'a , ale mam problem , mianowicie zamiast pojawic sie odpowiedni dział , to pokazuje sie sie tylko index.inc , obojetnie na jaki dzial kklikne , tutaj znajduje sie ta strona : http://www.desk.pl/~cs2/nowa/index.php
A tutaj jej kod :
[php:1:7e8ba2eeee]<?php
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=iso-8859-2">
<title>Szablon strony w php</title>
<link rel="stylesheet" href="style.css">
</head>
<body background="images/back.gif">
<p align=center>
<img border="0" src="images/Logo.jpg" width="898" height="96"></p>
<table align="center" border="0" width="828" cellpadding="3">
<tr>
<td width="1" valign="top">
<?php include "includes/menu.inc"; ?>
</td>
<td valign="top" width="247">
<?php if(!isset($id)) {
$id="index";
}
if(file_exists("includes/$id.inc")) {
include "includes/$id.inc";
} else {
echo "Strona niedostępna!";
}
?>
</td>
<?php include "includes/menu_right.inc"; ?>
</td>
</tr>
</table>
<p align=center>copyright © 2002 by <a href=mailto:vip@sk8.pl>Autor</a><br>
wszelkie prawa zastrzeżone</p>
</body>
</html>
?>[/php:1:7e8ba2eeee]
Pomocy !!!! Bede wdzięczny i to bardzo