Recent Wake County Public Records

(Double-Click Photo For Public Record)

prepare("SELECT * FROM tbl_details WHERE `is_deleted`=0 ORDER BY arrest_date DESC LIMIT 0,123"); $sth->execute(); $result = $sth->fetchAll(PDO::FETCH_ASSOC); foreach($result as $row){ $image = ($row['image_url']) ? $row['image_url'] : "no_pic.jpg"; $image_url = "https://www.wakecountyncmugshots.com/inc/Images/".$image; $name = $row["full_name"]; if(strtotime($row["arrest_date"]) > strtotime("2018-04-14")){ $full_name = explode(" ",$row["full_name"]); $name = $full_name[1]; if(isset($full_name[2])){ $name .= " ".$full_name[2]; } $name .= " ".$full_name[0]; } $charges = unserialize($row["charges"]); $id = $row["id"]; ?>
 

Public Record Date:

Charges: $charge) { if($key > 3) continue; $chargeHtml.= $charge["ChargeComment"]; if($key + 1 != count($charges)){ $chargeHtml .= ", "; } } if (strlen($chargeHtml) <=100) { echo $chargeHtml; } else { echo substr($chargeHtml, 0, 100) . '...'; } ?>