Guest User

Untitled

a guest
Nov 12th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <?php
  2. const TNEWS = 'news';
  3. const TROOTS = 'roots';
  4. const TTRAINER = 'trainer';
  5. const TTRAINING = 'training';
  6. const TTRAINIG_LEVEL = 'training_level' ;
  7. const TTRAINIG_REP = 'training_repeatability';
  8. const TUSERS = 'users';
  9. const TVKFRIENDS = 'vkfriends';
  10. const TVOLLEY_ROOM = 'volley_room';
  11. $dbservice = array(
  12. 'dbhost' => 'lvh.me',
  13. 'dbname' =>'eDb',
  14. 'dbuser' => 'volleyadmin',
  15. 'dbpassword' => 'volley2018'
  16. );
  17. $connectEDB = mysqli_connect($dbservice['dbhost'],$dbservice['dbuser'],$dbservice['dbpassword'], $dbservice['dbname']);
  18. session_save_path ("/var/tmp");
  19.  
  20. ?>
Add Comment
Please, Sign In to add comment