Advertisement
zza_ibliizt

LoginDatabase Connection.php

Dec 19th, 2018
1,267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.08 KB | None | 0 0
  1. <?php
  2. mysql_connect("localhost","root","");
  3. mysql_select_db("db_login");
  4. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement