Member info update

This commit is contained in:
twotalesanimation
2025-06-08 16:29:50 +02:00
parent 85ce1b29e7
commit 4bdfbff0b6
7 changed files with 296 additions and 10 deletions

View File

@@ -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>';