Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $host = 'localhost';
- $user = '';
- $pass = '';
- $name = '';
- $db = &new MySQL($host,$user,$pass,$name);
- date_default_timezone_set('Asia/Kuala_Lumpur');
- session_start();
- ?>
Advertisement
Add Comment
Please, Sign In to add comment