Guest User

Untitled

a guest
Oct 25th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. header('Content-type: text/html; charset=utf-8');
  2.  
  3. mysql_query("SET NAMES 'utf8'");
  4. mysql_query("SET CHARACTER SET 'utf8'");
  5. mysql_query("SET SESSION collation_connection = 'utf8_general_ci'");
Add Comment
Please, Sign In to add comment