Advertisement
Guest User

Untitled

a guest
Apr 14th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. $host = "localhost";
  3. $database = "form";
  4. $user = "root";
  5. $password = "";
  6.  
  7. $link = mysql_connect($host, $user, $password, $database);
  8. mysql_select_db($database);
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement