Mam kod:
Kod
<a href="index.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','gfx/m/1a.jpg',1)"><img src="gfx/m/1.jpg" alt="Strona Główna" name="Image3" width="150" height="43" border="0" id="Image3" /></a>
<a href="?page=aktualnosci" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image21','','gfx/m/2a.jpg',1)"><img src="gfx/m/2.jpg" alt="Aktualności" name="Image21" width="150" height="39" border="0" id="Image21" /></a>
<a href="?page=mapa" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image5','','gfx/m/3a.jpg',1)"><img src="gfx/m/3.jpg" alt="Mapa" name="Image5" width="150" height="39" border="0" id="Image5" /></a>
<a href="?page=rozklad" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image6','','gfx/m/4a.jpg',1)"><img src="gfx/m/4.jpg" alt="Rozkład jazdy" name="Image6" width="150" height="39" border="0" id="Image6" /></a>
<a href="?page=tabor" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','gfx/m/5a.jpg',1)"><img src="gfx/m/5.jpg" alt="Tabor" name="Image7" width="150" height="39" border="0" id="Image7" /></a>
<a href="?page=oferta" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image16','','gfx/m/6a.jpg',1)"><img src="gfx/m/6.jpg" alt="Oferta" name="Image16" width="150" height="39" border="0" id="Image16" /></a>
<a href="?page=galerie" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image9','','gfx/m/7a.jpg',1)"><img src="gfx/m/7.jpg" alt="Galerie" name="Image9" width="150" height="39" border="0" id="Image9" /></a>
<a href="?page=gkw" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image10','','gfx/m/8a.jpg',1)"><img src="gfx/m/8.jpg" alt="GKW" name="Image10" width="150" height="39" border="0" id="Image10" /></a>
<?php if($page == null) {
include "tresc/glowna.php"; }
if($page == "aktualnosci") {
include "tresc/aktualnosci.php"; }
if($page == "tabor") {
include "tresc/tabor.php"; }
if($page == "rozklad") {
include "tresc/rozklad.php"; }
if($page == "galerie") {
include "tresc/galerie.php"; }
if($page == "gkw") {
include "tresc/gkw.php"; }
?>
<a href="?page=aktualnosci" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image21','','gfx/m/2a.jpg',1)"><img src="gfx/m/2.jpg" alt="Aktualności" name="Image21" width="150" height="39" border="0" id="Image21" /></a>
<a href="?page=mapa" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image5','','gfx/m/3a.jpg',1)"><img src="gfx/m/3.jpg" alt="Mapa" name="Image5" width="150" height="39" border="0" id="Image5" /></a>
<a href="?page=rozklad" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image6','','gfx/m/4a.jpg',1)"><img src="gfx/m/4.jpg" alt="Rozkład jazdy" name="Image6" width="150" height="39" border="0" id="Image6" /></a>
<a href="?page=tabor" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','gfx/m/5a.jpg',1)"><img src="gfx/m/5.jpg" alt="Tabor" name="Image7" width="150" height="39" border="0" id="Image7" /></a>
<a href="?page=oferta" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image16','','gfx/m/6a.jpg',1)"><img src="gfx/m/6.jpg" alt="Oferta" name="Image16" width="150" height="39" border="0" id="Image16" /></a>
<a href="?page=galerie" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image9','','gfx/m/7a.jpg',1)"><img src="gfx/m/7.jpg" alt="Galerie" name="Image9" width="150" height="39" border="0" id="Image9" /></a>
<a href="?page=gkw" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image10','','gfx/m/8a.jpg',1)"><img src="gfx/m/8.jpg" alt="GKW" name="Image10" width="150" height="39" border="0" id="Image10" /></a>
<?php if($page == null) {
include "tresc/glowna.php"; }
if($page == "aktualnosci") {
include "tresc/aktualnosci.php"; }
if($page == "tabor") {
include "tresc/tabor.php"; }
if($page == "rozklad") {
include "tresc/rozklad.php"; }
if($page == "galerie") {
include "tresc/galerie.php"; }
if($page == "gkw") {
include "tresc/gkw.php"; }
?>
jeszcze wczoraj na serwerze nazwa.pl dzialalo, to znaczy inkludowal sie odpowiedni plik, teraz na OVH nie dziala, $page ciagle przybiera nula, wie ktos o co chodzi?