Member info update
This commit is contained in:
@@ -170,7 +170,7 @@ if (!empty($bannerImages)) {
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th></th>
|
||||
<!-- <th></th> -->
|
||||
<th>First Name</th>
|
||||
<th>Last Name</th>
|
||||
<th>Email</th>
|
||||
@@ -209,7 +209,7 @@ if (!empty($bannerImages)) {
|
||||
|
||||
echo "<tr>
|
||||
<td><img src=" . $row['profile_pic'] . " alt='Profile Picture' class='profile-pic'></td>
|
||||
<td>" . htmlspecialchars($row['user_id']) . "</td>
|
||||
|
||||
<td>" . htmlspecialchars($row['first_name']) . "</td>
|
||||
<td>" . htmlspecialchars($row['last_name']) . "</td>
|
||||
<td>" . htmlspecialchars($row['email']) . "</td>
|
||||
@@ -228,10 +228,10 @@ if (!empty($bannerImages)) {
|
||||
} else {
|
||||
echo "\u{2713}";
|
||||
}
|
||||
echo "</td>
|
||||
<td><a href='linkmembership.php?user_id=".$row['user_id']."'>Link Membership</a></td>
|
||||
// echo "</td>
|
||||
// <td><a href='linkmembership.php?user_id=".$row['user_id']."'>Link Membership</a></td>
|
||||
|
||||
</tr>";
|
||||
// </tr>";
|
||||
}
|
||||
} else {
|
||||
echo '<tr><td colspan="5">No records found</td></tr>';
|
||||
|
||||
Reference in New Issue
Block a user