Guest User

Untitled

a guest
Jul 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php
  2. $db = new mysqli("localhost", "root", "", "dubstep");
  3.  
  4. class Main {
  5.   //global $db; // invalid, globals off or something?
  6.  
  7.   // cant refer to $db (appears to be NULL), and having $this->db would just be gay
  8. }
Add Comment
Please, Sign In to add comment