Guest User

Untitled

a guest
Jan 22nd, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2. $host = "193.70.45.126";
  3. $user = "Website";
  4. $pass = "KEYEMIXAyO542EJI4EBagAXi4Imuvo";
  5. $db = "altislife";
  6. $port =3350;
  7.  
  8. $con = mysqli_connect($host,$user,$pass,$db, $port);//Initiate Connection
  9. ?>
Add Comment
Please, Sign In to add comment