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