Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <?php
  2. $host = "localhost";
  3. $user = "mbweathe";
  4. $pass = "Mieboi5u";
  5. $database = "mbweathe";
  6. $table = "users";
  7. $loginid = $_POST["loginid"];
  8. $password = $_POST["password"];
  9.  
  10. $link = mysql_connect($host, $user, $pass);
  11.  
  12. echo "<table>";
  13.  
  14. echo "</table>";
  15.  
  16. mysql_close($link);
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement