You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//$q="UPDATE employee_leaves SET Action_taken_by_id='$superid' , Leave_reject_reason_description='$lreason' , Status='$stts' WHERE Employee_id='$eid'";
$m="INSERT INTO chat (from_id,to_id,message,chattime,status) values('$superid','$eid','$mymsg','$ctime','$cstts')";