Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/indem/lms/
Upload File :
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'");


?>