Guest User

Untitled

a guest
Oct 30th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2. $db_name = "id3372058_demo";
  3. $mysql_username = "id3372058_itai";
  4. $mysql_password = "mygodisgood";
  5. $server_name = "oasyspointofsale.000webhostapp.com";
  6. $conn =
  7. mysqli_connect($server_name,$mysql_username,$mysql_password,$db_name);
  8. ?>
Add Comment
Please, Sign In to add comment