<?php header('Content-type:text/html;charset=UTF-8'); ... $array=$stmt->fetch(); $json=json_encode($array); echo $json; ?>