Advertisement
chrisasl

html_php

Dec 28th, 2012
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Database Management Systems II - 2nd assignment</title>
  5.     </head>
  6.     <body>
  7.         <hr>
  8.         <?php
  9.        $link = mysqli_connect("host","username","pass","database");
  10.     printf("Host information: %s\n", mysqli_get_host_info($link));
  11.         ?> 
  12.     <hr>
  13.     </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement