include ('open.php'); $id = $_GET[id]; if (!$id) { $id = rand(1,14); } else { if (($id<1) or ($id>14)) { $id = rand(1,14); } } $sql = "SELECT * FROM dag_start WHERE id='$id'"; $result = mysql_query($sql, $conn); $row = mysql_fetch_array($result, MYSQL_ASSOC); $titel = $row [titel]; $bild = $row [bild]; $teaser = $row [teaser]; $text = $row[text]; ?>