Guest User

connect

a guest
Feb 14th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2.  
  3.     $host = "host dostępu mysql";
  4.     $db_user = "root";
  5.     $db_password = "";
  6.     $db_name = "user_cache";
  7.  
  8. ?>
Add Comment
Please, Sign In to add comment