Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jan 17th, 2017
162
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
<?php
$connection
=
mysql_connect
(
"localhost"
,
"root"
,
""
)
;
$db
=
mysql_select_db
(
"blog"
)
;
mysql_query
(
"SET NAMES 'utf8'"
)
;
if
(
!
connection
||
!
$db
)
{
exit
(
mysql_error
(
)
)
;
}
?>
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Crypto Accounts J
JavaScript | 48 sec ago | 0.03 KB
✅ Crypto Accounts 9
JavaScript | 2 min ago | 0.03 KB
FREE BTC GUIDE G
JavaScript | 4 min ago | 0.03 KB
MAKE $500 INSTANTLY 0
JavaScript | 6 min ago | 0.03 KB
✅ MAKE $12OO IN 10 MIN N
JavaScript | 7 min ago | 0.03 KB
✅ MAKE $12OO IN 10 MIN H
JavaScript | 9 min ago | 0.03 KB
FREE BTC GUIDE G
JavaScript | 11 min ago | 0.03 KB
✅ Crypto Accounts 9
JavaScript | 13 min ago | 0.03 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!