<td>{$row['date']}</td>
          <td><a href="edit.php?applicationid=<?php echo $data['applicationid']; ?>">Edit</a></td>
        </tr>";
In 2nd line I am getting this error: Parse error: syntax error, unexpected identifier "edit", expecting "," or ";"
 
     
    