updates
This commit is contained in:
@@ -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
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
-1
@@ -34,4 +34,3 @@ $results = mysqli_query($conn, $sql);
|
||||
while ($row = mysqli_fetch_array($results, MYSQLI_ASSOC)) {
|
||||
echo $row['phrase'] . '<br>';
|
||||
};
|
||||
?>
|
||||
|
||||
Regular → Executable
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user