Guest User

Untitled

a guest
Apr 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3. <meta charset="utf-8" />
  4. </head>
  5. </html>
  6.  
  7. <?php
  8. session_start();
  9.  
  10. $db = new mysqli("72.167.233.15", "LFClassDB", "Omar28405!", "LFClassDB");
  11.  
  12. if ($db->connect_errno) {
  13. die("Failed to connect to MySQL: (" . $db->connect_error . ") ");
  14. }
  15. ........
  16. ........
  17.  
  18. connect_errno) { die("Failed to connect to MySQL: (" . $db->connect_error . ") "); } function si.......(the rest of the php page, unexecuted)
Add Comment
Please, Sign In to add comment