-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
<title>List of Players</title>
<body>
<p>
Here are all the players in the database:
</p>
<!-- Displaying Player Names -->
<?php foreach($player as $players): ?>
<blockquote>
<p>
<?php echo htmlspecialchars($players['name'], ENT_QUOTES, 'UTF-8') .
' ' .
htmlspecialchars($players['role'], ENT_QUOTES, 'UTF-8');
?>
</p>
</blockquote>
<?php endforeach; ?>
<br />
<p><a href="?addplayer">Add A Player!</a></p>
<br />
</body>
Metadata
Metadata
Assignees
Labels
No labels