Guest User

Untitled

a guest
Feb 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <?php
  2. require_once ('connection.php');?>
  3.  
  4. <?php
  5. require_once ('connection.php');
  6. ?>
  7. <html>
  8. <head>
  9. <meta charset="utf-8" Content-Type: "text/html">
  10. <link href="css/style.css" rel="stylesheet" type="text/css" />
  11.  
  12. <link rel="icon" type="image/x-icon">
  13. <link rel="shortcut icon" type="image/x-icon">
  14. </head>
  15.  
  16. <?php
  17. $servername="localhost";
  18. $username="root";
  19. $password="";
  20. $database="project";
  21.  
  22. $conn=mysqli_connect($servername, $username, $password, $database);
  23. ?>
Add Comment
Please, Sign In to add comment