I believe I have a issue with in mysql query. Please take a look at the code and let me know if there is something wrong in this statement.
$sql = "UPDATE `Blog` SET `Employee_Name` = '$emp_name', 'Employee_Email' = '$emp_email' WHERE `Blog`.`Id` = '$emp_id'";