Typo fix
This commit is contained in:
@@ -17,7 +17,7 @@ echo <<<END
|
|||||||
<form action="/hangman-guess.php" method="post">
|
<form action="/hangman-guess.php" method="post">
|
||||||
END;
|
END;
|
||||||
//Output all buttons
|
//Output all buttons
|
||||||
$alphabet = range('A', 'Z'));
|
$alphabet = range('A', 'Z');
|
||||||
foreach($alphabet as $abc) {
|
foreach($alphabet as $abc) {
|
||||||
echo <<<END
|
echo <<<END
|
||||||
<button name="$abc" type="submit" value="$abc">$abc</button>
|
<button name="$abc" type="submit" value="$abc">$abc</button>
|
||||||
|
Reference in New Issue
Block a user