Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. // error_reporting(E_ALL);
  3. // ini_set("display_errors", 1);
  4. $dbconn = @mysqli_connect("db.inf.duf.hu", "p_jba5h3", "jba5h3", "p_jba5h3");
  5. @mysqli_query($dbconn, "SET NAMES utf8");
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement