clanMembers
This commit is contained in:
parent
5ee4e092e9
commit
e393b6e557
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
foreach ($clan as $key => $value) {
|
foreach ($clan as $key => $value) {
|
||||||
echo "<tr><td>" . htmlspecialchars($key) . "</td><td>" . htmlspecialchars($value) . "</td></tr>";
|
echo "<tr><td>" . htmlspecialchars($key) . "</td><td>" . htmlspecialchars($value) . "</td></tr>";
|
||||||
}
|
}
|
||||||
foreach ($clanmembers as $value) {
|
foreach ($clanmembers['clanMembers'] as $value) {
|
||||||
echo "<tr><td>name</td><td>" . htmlspecialchars($value) . "</td></tr>";
|
echo "<tr><td>name</td><td>" . htmlspecialchars($value) . "</td></tr>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue