All Employee
|
|
Action | Employee ID | Photo | Name | Section | Phone | Present Address | Status |
|---|
require("./global.php"); if (isset($_GET['delete-record'])) { $id = escape($_GET['delete-record']); $query = "delete from jeoXillityCrm_users where id='$id'"; runQuery($query); } ?>
include("./includes/views/head2.php"); ?>|
|
Action | Employee ID | Photo | Name | Section | Phone | Present Address | Status |
|---|