This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
kekec_bbs
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
本日作業分
KEKEC_BBS_DEV-001
みてるぞ
1 year ago
parent
a4f7d22c79
commit
50996316e5
2 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+12
-0
database.example.php
+ 1
- 0
.gitignore
View File
@@ -1,3 +1,4 @@
/image
/draft
/database.php
+ 12
- 0
database.example.php
View File
@@ -0,0 +1,12 @@
<?php
function
set_mysql ($db)
{
$url = 'localhost';
$user = 'root';
$pass = '';
return new mysqli ($url, $user, $pass, $db);
}
Write
Preview
Loading…
Cancel
Save