amin007

troli - inc/global.inc.php

Mar 4th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2. $host = 'localhost';
  3. $user = '';
  4. $pass = '';
  5. $name = '';
  6. $db = &new MySQL($host,$user,$pass,$name);
  7.  
  8. date_default_timezone_set('Asia/Kuala_Lumpur');
  9. session_start();
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment