Advertisement
Guest User

Untitled

a guest
Dec 20th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php
  2.  
  3. require_once "connect.php"
  4.  
  5. $polaczenie = @new mysqli($host, $db_user, $db_password, $db_name);
  6.  
  7. if($polaczenie->connect_errno!=0)
  8. {
  9. <?php
  10.  
  11. $host = "localhost:8080";
  12. $db_user = "root";
  13. $db_password = "";
  14. $db_name = "respot";
  15.  
  16. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement