$response = array('status'=>'OK', 'msg' => 'Тут месага'); header('Content-Type: application/json'); echo json_encode($response);