Advertisement
Crecket

Untitled

Aug 3rd, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $this->databaseConnection();
  2. if($this->db_connection == NULL){
  3. echo "First connection = NULL";
  4. exit;
  5. }
  6. $this->databaseConnectionSecond();
  7. if($this->db_connectionSecond == NULL){
  8. echo "Second connection = NULL";
  9. exit;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement