I want to be able too add this piece of code in a surrounded by an echo""
and stil be able to output the variables that is currently in the like below. This is where my mind is shutting down badly.
  <td><?php echo $row_Recordset1['leaveID']; ?>  </td>
  <td><a href='Leavedetail.php?recordID=<?php echo $row_Recordset1['leaveID']; ?>'> <?php echo $row_Recordset1['serviceNumber']; ?>  </a></td>
  <td><?php echo $row_Recordset1['rank']; ?>  </td>
  <td><?php echo $row_Recordset1['organisation']; ?>  </td>
  <td><?php echo $row_Recordset1['lastName']; ?>  </td>
  <td><?php echo $row_Recordset1['firstName']; ?>  </td>
  <td><a class='btn btn-default' href='userDeleteProcess.php?id={$row_Recordset1['leaveID']}'>Delete</a></td>
 
     
     
     
     
     
    