is there any chance that i can create copy button in php or html which allows me to copy to clip board without using javascript or jquery - please help me with any reference links - below the code
<td>Latest investigation timestamp:</td>
<td><input type="text" value="<?php echo $_POST['map']; ?>" readonly="" style="
height: 31px;
width: 320px; ">
</td>
</tr>
<tr>
<td>User story: </td>
<td><input type="text" value="<?php echo $_POST['story']; ?>" readonly="" style="
height: 64px;
width: 320px; ">
</td>
</tr>
<tr>
<td>Checkbox explanation: </td>
<td><textarea readonly="readonly" style="
height: 240px;
width: 320px; "><?php echo $_POST['type_rejects'];?></textarea> </td>
</tr>