Guest User

Untitled

a guest
Jan 17th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2. $connection = mysql_connect("localhost", "root", "");
  3. $db = mysql_select_db("blog");
  4. mysql_query("SET NAMES 'utf8'");
  5.  
  6. if(!connection || !$db)
  7. {
  8.     exit(mysql_error());
  9. }
  10. ?>
Add Comment
Please, Sign In to add comment