fetchAll(PDO::FETCH_ASSOC); for($i = 0; $i < sizeof($results); $i++) { $results[$i]["nicetime"] = nicetime($results[$i]["creationdate"]); } echo json_encode($results);