KEKEC_BBS_DEV-001 #5

Merged
みてるぞ merged 9 commits from KEKEC_BBS_DEV-001 into main 2023-10-29 14:56:15 +09:00
2 changed files with 13 additions and 0 deletions
Showing only changes of commit 50996316e5 - Show all commits
+1
View File
@@ -1,3 +1,4 @@
/image
/draft
/database.php
+12
View File
@@ -0,0 +1,12 @@
<?php
function
set_mysql ($db)
{
$url = 'localhost';
$user = 'root';
$pass = '';
return new mysqli ($url, $user, $pass, $db);
}