ajax.php 167 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 s<?php ob_start(); include 'list.php'; $result = array( 'remaining' => $arResult['REMAIN'], 'html' => ob_get_clean() ); echo json_encode($result);