Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2.     $conn = mysql_connect("localhost", "root", "") or die(mysql_error());
  3.     $bd = mysql_select_db("boasortepravoce") or die(mysql_error());
  4. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement