\n"; while ($row_mod = sql_fetch_array($result)) { ob_start(); echo "\n"; ?>
'; } $output .= '
'; } $output .= ""; if ($use_cache) { file_put_contents($cache_file, $output); file_put_contents($hash_file, $layout_checksum); } $result_data[$layout_no] = eval('?>' . $output); } header('Content-Type: application/json; charset=utf-8'); echo json_encode($result_data);