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
-17
View File
@@ -1,17 +0,0 @@
{
"name": "violet/db-start",
"autoload": {
"psr-4": {
"Violet\\DbStart\\": "src/"
}
},
"authors": [
{
"name": "Joshua Ashton",
"email": "joshuatashton+dev@gmail.com"
}
],
"require": {
"vlucas/phpdotenv": "^5.6"
}
}
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
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>';
};
?>
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File