I början av Januari 2014 låstes Whoa och du kan alltså ej logga in eller skriva något nytt i forumen. Innehåll i forum osv kommer finnas tillgängligt. Läs Mer »

hjälp med felmeddelande, php

Hobby & Fritid - Datorer & Teknik

   

2006-01-22 19:42

hjälp med felmeddelande, php

jag får detta felmeddelande, och kan inte lösa det, vad jag än gör. här kommer felmeddelandet:
Parse error: parse error, unexpected $ in /sökväg/till/index.php on line 81

<?ob_start(); ?>
<?if ((!isset($_GET)) || ($_GET == "broken")) { // Om ingen sida är i ?page sa skickas vi till start.php header("Location: ./?page=nyheter");} ?><?function RestenAvsidan($page) { // Har ar det bara att bygga pa med sidornas namn if (($page == "nyheter") || ($page == "tipsaomettbeef") || ($page == "gastbok") || ($page == "ombn")) { // Inkludera sidaninclude($page . ".php"); // En koll till om sidan ar tom.} elseif ($page == "") {include("nyheter.php"); } else { // Om sidan inte existerar vill vi ha en sida som sager det.include("broken.php"); } return 0; } ?>

<html>
<head>
<meta http-equiv="imagetoolbar" content="no">
<title>Beef Nytt</title>
<link href="mall.css" rel="stylesheet" type="text/css">
</head>
<body>

<center>
<!-- Begin Table -->
<table border="0" cellpadding="0" cellspacing="0" width="656">

<tr valign=top align=left>
<td rowspan="1" colspan="5" width="508" height="139">
<img name="BeefNytt0" src="Beef Nytt_1x1.gif" width="508" height="139" border="0" alt="" /></td>
<td rowspan="1" colspan="4" width="148" height="139">
</td>
</tr>

<tr valign=top align=left>
<td rowspan="1" colspan="1" width="103" height="21">
<a href="./?page=nyheter">< img name="BeefNytt2" src="Beef Nytt_2x1.gif" width="103" height="21" border="0" alt="" /></a></td>
<td rowspan="1" colspan="1" width="43" height="21">
</td>
<td rowspan="1" colspan="1" width="245" height="21">
<a href="./?page=tipsaomettbeef"& gt;<img name="BeefNytt4" src="Beef Nytt_2x3.gif" width="245" height="21" border="0" alt="" /></a></td>
<td rowspan="1" colspan="1" width="43" height="21">
</td>
<td rowspan="1" colspan="3" width="102" height="21">
<a href="./?page=gastbok">< img name="BeefNytt6" src="Beef Nytt_2x5.gif" width="102" height="21" border="0" alt="" /></a></td>
<td rowspan="1" colspan="1" width="42" height="21">
</td>
<td rowspan="1" colspan="1" width="78" height="21">
<a href="./?page=ombn"><img name="BeefNytt8" src="Beef Nytt_2x7.gif" width="78" height="21" border="0" alt="" /></a></td>
</tr>