Guest User

Untitled

a guest
Nov 14th, 2016
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Untitled Document</title>
  6. </head>
  7. <body>
  8. <?php
  9. $hostname ='localhost';
  10. $username = 'root';
  11. $password = ' ';
  12. $databasename = 'c7171804';
  13. $connection=mysqli_connect($hostname, $username , $password ,$Databasename) or exit("unable to connect);
  14.  
  15. ?>
  16.  
  17.  
  18. </body>
  19. </html>
Add Comment
Please, Sign In to add comment