<?php $row = historique::getAll(); if (!empty($row)) { $row[0]["log"] = nl2br($row[0]["log"]); echo json_encode($row); exit(); } else { exit(); }