select table rows and edit user
This commit is contained in:
@@ -143,7 +143,7 @@ function check_admin($con) {
|
||||
function load_users($con) {
|
||||
$stmt = get_users($con);
|
||||
foreach($stmt->fetchAll() as $row) {
|
||||
echo "<tr>\n";
|
||||
echo "<tr id=\"" . $row['id'] . "\" >\n";
|
||||
echo "<td>" . $row['user_name'] . "</td>\n";
|
||||
echo "<td>" . $row['user_group'] . "</td>\n";
|
||||
echo "<td>" . $row['s_id'] . "</td>\n";
|
||||
|
||||
Reference in New Issue
Block a user