This commit is contained in:
2025-03-31 12:45:58 -06:00
parent b6f707c929
commit 282ad2d8cb
327 changed files with 340 additions and 192 deletions
Regular → Executable
-1
View File
@@ -34,4 +34,3 @@ $results = mysqli_query($conn, $sql);
while ($row = mysqli_fetch_array($results, MYSQLI_ASSOC)) {
echo $row['phrase'] . '<br>';
};
?>