Competitie - Uitslagen"; //Waardes $serie = mysql_real_escape_string($_GET[serie]); $id = mysql_real_escape_string($_GET[id]); $pagina = "Uitslagen"; $query="SELECT * FROM goalball_texts WHERE location = 'Uitslagen'"; $result = mysql_query($query); $row = mysql_fetch_array($result); $heading1 = stripslashes($row['heading1']); $heading1_2 = stripslashes($row['heading2']); $text1 = stripslashes($row['text']); $tags = stripslashes($row['tags']); $heading1 = "Uitslagen"; $text1 = "Deze pagina is nog in aanbouw"; $search = mysql_real_escape_string($_GET[search]); $text1 = searchOnPage ($search, $text1); $tags = searchOnPage ($search, $tags); $query= "SELECT date_format(date, '%d-%m-%Y') AS datum_format, seizoen, stand_a, stand_b, topscoorders_a, topscoorders_b, uitslagen_a, uitslagen, date, id FROM goalball_standen ORDER BY date ASC"; $result = mysql_query($query); while ($row = mysql_fetch_array($result)) { $item_id = $row["id"]; $item_seizoen = stripslashes($row["seizoen"]); $item_stand_a = stripslashes($row["stand_a"]); //$item_stand_b = stripslashes($row["stand_b"]); $item_topscoorders_a = stripslashes($row["topscoorders_a"]); //$item_topscoorders_b = stripslashes($row["topscoorders_b"]); $item_datum = stripslashes($row["datum_format"]); $item_uitslagen_a = stripslashes($row["uitslagen_a"]); $item_uitslagen = stripslashes($row["uitslagen"]); } include_once($pad_to_root."page-build/header.php"); ?>
Uitslag
Seizoen: