Update
This commit is contained in:
@@ -44,6 +44,7 @@ function getAllWords() {
|
|||||||
$str = str_replace('"', '', $str);
|
$str = str_replace('"', '', $str);
|
||||||
$str = str_replace('[', '', $str);
|
$str = str_replace('[', '', $str);
|
||||||
$str = str_replace(']', '', $str);
|
$str = str_replace(']', '', $str);
|
||||||
|
$str = str_replace(';', '', $str);
|
||||||
return explode(", ", $str);
|
return explode(", ", $str);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -4,8 +4,6 @@ require_once(__DIR__ . "/hangman_lib.php");
|
|||||||
|
|
||||||
|
|
||||||
$arr = getAllWords();
|
$arr = getAllWords();
|
||||||
echo "LUL";
|
|
||||||
echo $arr;
|
|
||||||
|
|
||||||
echo <<<END
|
echo <<<END
|
||||||
<table style="width:100%">
|
<table style="width:100%">
|
||||||
|
Reference in New Issue
Block a user