<?php

  include_once('dbconnection.php');
  include('displayClient.php');
  // $id=$_REQUEST['int_ID'];
  // $query = "SELECT * from tbl_client where int_ID = $id";
  // $result = mysqli_query($conn, $query) or die ( mysqli_error());
  // $client = mysqli_fetch_assoc($result);
?>
<html>
  <head>
    <title> Update Client Details</title>
    <link rel="stylesheet" type="text/css" href="style.css">
  </head>
  <body>
    <?php
      for($a = 0; $a < $selectedUser; $a++) {
        echo $selectedUser[$a];
      }
    ?>
</body>
</html>
