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