This website works better with JavaScript.
Home
Help
Sign In
pioder
/
uf2
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
A new, object-oriented, better vesion of μForum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
392 KiB
PHP
85.4%
CSS
12.4%
JavaScript
2%
Tree:
79034dd314
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '79034dd314'
${ noResults }
uf2
/
inc
/
database_connection.php
6 lines
98 B
Raw
Blame
History
<
?
php
$DB
=
new
MySQLi
(
DB_HOST
,
DB_USER
,
DB_PASSWD
,
DB_NAME
);
$DB
->
query
(
"
SET NAMES `utf8`
"
);
?>