<?include ("menu.php");?>
Niestety po wgraniu na serwer wyskakuje mi następujący błąd: Parse error: parse error, unexpected T_STRING in /home/g521/httpd/menu.php on line 12.
Oto kod menu.php:
Kod
<?
print ('
<head>
<meta http-equiv="Content-type" content="text/html;charset=ISO-8859-2">
</head>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Strona główna</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Forum</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">newsy</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Konkursy</td>
</tr>
<tr>
<td width="152" valign="top"><img src=\"images/typujemy.PNG\" alt=\"navigation\" width="152" height="26" /></tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Płatne pewniaki</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Obstaw kupon</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Archiwum typów</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Sprawdzalno¶ć</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">WYNIKI NA ŻYWO</td>
</tr>
<tr>
<td width="152" valign="top"><img src=\"images/onas.PNG\" alt=\"navigation\" width="152" height="26" /></tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Kontakt</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Informacje</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Nasze aukcje</td>
</tr>
</table>
');
?>
print ('
<head>
<meta http-equiv="Content-type" content="text/html;charset=ISO-8859-2">
</head>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Strona główna</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Forum</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">newsy</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Konkursy</td>
</tr>
<tr>
<td width="152" valign="top"><img src=\"images/typujemy.PNG\" alt=\"navigation\" width="152" height="26" /></tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Płatne pewniaki</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Obstaw kupon</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Archiwum typów</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Sprawdzalno¶ć</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">WYNIKI NA ŻYWO</td>
</tr>
<tr>
<td width="152" valign="top"><img src=\"images/onas.PNG\" alt=\"navigation\" width="152" height="26" /></tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Kontakt</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Informacje</td>
</tr>
<tr>
<td class="navoff" onmouseover="this.className='navon'" onmouseout="this.className='navoff'">Nasze aukcje</td>
</tr>
</table>
');
?>
Z góry dzięki za pomoc!!!