Liste der Einträge für

Alter" : ""; ?> Kommentare" : "" ?> Mängelkategorie" : ""; ?> " : "" ?> Bild": "" ?> query($strSQL); $numCounter=1; $arrPoint = array(); while ($row = $result->fetch(PDO::FETCH_ASSOC)) { $numDatum= strtotime($row['created_at']); $id=$row['id']; $datum= date("d.m.Y",$numDatum); $arrPoint[]= array ('id'=>$id,'lat'=>$row['lat'],'lng'=>$row['lng'],$row['description']); $boolShow=((!$boolApprove) || ($boolApprove && $row['approval'])); echo ""; //echo ""; echo ""; echo ""; if ($boolUserinfo) { echo ""; echo ""; } echo ""; if ($boolShow) { echo ""; } else { echo ""; } if ($boolComment) { echo ""; } if ($boolDefect) { $strDefect = (isset($row['defect']) && $row['defect']>=0) ? $arrDefect[$row['defect']] : ""; // Hindenismelder - default Poller - keine leere Eingabe echo ""; } if ($boolRating) { echo ""; echo ""; } echo ""; if ($boolUpload) { if ($boolShow) { echo ""; } else {echo "";} } echo ""; echo "\n"; $numCounter++; } ?>
Nr.Name VerkehrsmittelTopic Beschreibung Datum Ort
".$numCounter." "."".$id."". stripslashes($row['username']) ."".$row['age']."".$row['transport']."".$arrIcon[$row['topic']]." ".$arrTopic[$row['topic']]."" . nl2br(stripslashes($row['description']))."Freigabe erfolgt in Kürze."; $strSQL = "SELECT username,comment,created_at FROM comment WHERE loc_id=".$id; $comments = $db->query($strSQL); while ($comment = $comments->fetch(PDO::FETCH_ASSOC)) { echo "
"; echo "".$comment['username']." schrieb am "; $numDatum = strtotime($comment['created_at']); $strDatum = date("d.m.Y",$numDatum); echo $strDatum."
"; echo nl2br(stripslashes($comment['comment'])); echo "
"; } echo "
".$strDefect."".$row['thumb_ups']."".$row['thumb_downs']."".$datum.""; if (isset($row['filename'])) { echo ""; echo ""; } echo "Karte
zurück