/var/www/hkosl.com/PayEase_kelvin/ShowAllResponse.php


1
2
3
4
5
6
7
8
9
10
11
<html>
<link href="sdk.css" rel="stylesheet" type="text/css"/>
  <table class="api" width=400>
                <?php 
            
foreach($resArray as $key => $value) {
                
                echo 
"<tr><td> $key:</td><td>$value</td>";
                }    
                   
?>
  </table>
</html>