Hallo,
bekomme diese Meldung:
Das sind die ersten 33 Zeilen:
bekomme diese Meldung:
An sich findet man meistens den Fehler, ich bin jetzt aber schon mehrmals die vorherigen 31 Zeilen durchgegangen und hab keinen einzigen Fehler feststellen können.Quote:
Parse error: syntax error, unexpected T_VARIABLE in /home/webpages/lima-city/fifa-society/html/de1.php on line 32
Das sind die ersten 33 Zeilen:
PHP Code:
<html>
<head></head>
<body>
<?php require_once "maincore.php";
require_once THEMES."templates/header.php";
openside("Deutschland 1");?>
<center>
<p><b>Spieltage:</b></p>
<a href="/de1_neu.php?spieltag=1">1</a>
<a href="/de1_neu.php?spieltag=2">2</a>
<a href="/de1_neu.php?spieltag=3">3</a>
<a href="/de1_neu.php?spieltag=4">4</a>
<a href="/de1_neu.php?spieltag=5">5</a>
<a href="/de1_neu.php?spieltag=6">6</a>
<a href="/de1_neu.php?spieltag=7">7</a>
<a href="/de1_neu.php?spieltag=8">8</a>
<a href="/de1_neu.php?spieltag=9">9</a>
<a href="/de1_neu.php?spieltag=10">10</a>
<a href="/de1_neu.php?spieltag=11">11</a><br>
<a href="/de1_neu.php?spieltag=12">12</a>
<a href="/de1_neu.php?spieltag=13">13</a>
<a href="/de1_neu.php?spieltag=14">14</a>
<a href="/de1_neu.php?spieltag=15">15</a>
<a href="/de1_neu.php?spieltag=16">16</a>
<a href="/de1_neu.php?spieltag=17">17</a>
<a href="/de1_neu.php?spieltag=18">18</a>
<a href="/de1_neu.php?spieltag=19">19</a>
<a href="/de1_neu.php?spieltag=20">20</a>
<a href="/de1_neu.php?spieltag=21">21</a>
<a href="/de1_neu.php?spieltag=22">22</a><br><br>
<?php
$result = mysql_query("SELECT Heimmannschaft, Gastmannschaft, Heimtore, Gasttore FROM spiele_de1 WHERE Spieltag='"$_GET['spieltag']"'")
OR die("Error: $result <br>".mysql_error());