Swears on mysqli_fetch_all when laid out on a hosting.
Fatal error: Call to undefined function mysqli_fetch_all () in /home/admin/models/options_model.php on line 6
function get_options(){ global $connection; $query = "SELECT * FROM options"; $res = mysqli_query($connection, $query); if($res){ return mysqli_fetch_all($res, MYSQLI_ASSOC); } return false; }
mysqlimodule for php hosting? - nobodywhile($row = $res->fetch_assoc()){ }- Raz Galstyan