کد:<table> <tr> <th>Image</th> <th>Name</th> <th>Resume</th> <th>Modify Resume</th> </tr> <tr> <td> <img src='images/staff/<?php echo $name;?>' /> </td> <td><center><?php echo $name;?> </center></td> <td> <form action='uploadResume.php' method='post' enctype='multipart/form-data'> <label for='fileToUpload'> <span><img src='images/search.png' /></span></label> <input type='file' name='fileToUpload' id=fileToUpload /> <input type='submit' value='Upload Resume' /> </form> </td> <td> <form action='upload.php' method='post' enctype='multipart/form-data'> <label for='fileToUpload2'> <span><img src='images/search.png' /></span></label> <input type='file' name='myFile' id=fileToUpload2 /> <input type='submit' value='Upload Image' /> </form> </td> </tr> </table>