Liste der Einträge

Alter" : ""; ?> Kommentare" : "" ?> Mängelkategorie" : ""; ?> " : "" ?> Bild": "" ?> query($strSQL); $numCounter=1; while ($row = $result->fetchArray()) { $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']); echo ""; //echo ""; echo ""; echo ""; if ($boolUserinfo) { echo ""; echo ""; } echo ""; echo ""; if ($boolComment) { echo ""; } if ($boolDefect) { $strDefect = (isset($row['defect']) && $row['defect']>0) ? $arrDefect[$row['defect']] : ""; echo ""; } if ($boolRating) { echo ""; echo ""; } echo ""; if ($boolUpload) { 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'])).""; $strSQL = "SELECT username,comment,created_at FROM comment WHERE loc_id=".$id; $comments = $db->query($strSQL); while ($comment = $comments->fetchArray()) { 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