starting shit oops forgot the db
This commit is contained in:
commit
9e17051db3
5 changed files with 328 additions and 0 deletions
6
imp/db.php
Normal file
6
imp/db.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
$db = mysqli_connect('localhost', 'root', '', 'mspa');
|
||||
|
||||
if (!$db) {
|
||||
exit("Connection failed: " . mysqli_connect_error());
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue