*** PHP ***
$response = curl_exec($curl); if($e = curl_error($curl)) { echo $e; } else{ $decoded = json_decode($response,true); echo "<table class=customers>"; echo"<tr>"; echo "<td> <strong> Device Information </strong> </td>"; echo "<td> <strong> Values </strong> </td>"; echo"</tr>"; foreach ( $decoded as $key => $val) { echo "<tr>"; echo '<td>'. $key.'</td>'. '<td>'. $val .'</td>'; echo "</tr>"; } echo "</table>";
Decem last upda 9 dep Malene m pro but type M Amy 202247-478260254SZ 1 A Any Productio AVIT Anay A Ne May V
*** PHP *** $response = curl_exec($curl); if($e = curl_error($curl)) { echo $e; } else{ $decoded = json_decode($resp
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am