/ Published in: PHP
Expand |
Embed | Plain Text
{ $GLOBALS[ 'DB_USER' ], $GLOBALS[ 'DB_PASS' ] ) ) { } else { } } { $GLOBALS[ 'dbHandle' ] = mysqli_connect( $GLOBALS[ 'DB_HOST' ], $GLOBALS[ 'DB_USER' ], $GLOBALS[ 'DB_PASS' ], $GLOBALS[ 'DB_DB' ] ); if( mysqli_connect_errno() ) { } } else { }
You need to login to post a comment.
