| Current Path : /var/www/html/mmishra/indem/lms/ |
| Current File : /var/www/html/mmishra/indem/lms/rorecommendation.php |
<?php
include "inc/functions.inc";
dbConnect();
$id = $_GET["id"];
$empid = $_GET["empid"];
$option = $_GET["option"];
mysql_query ("update leaveRegister set recommendation='$option' where id='$id' and empid = '$empid'");
?>