Advertisement
Guest User

Untitled

a guest
Mar 13th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Untitled</title>
  5. </head>
  6.  
  7. <body>
  8.  
  9. <?php
  10. $servername = "localhost";
  11. $username = "root";
  12. $password = "1234";
  13. $port = "3306";
  14. ?>
  15.  
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement