db_connect($persistent = TRUE)
| Parameters: |
|
|---|---|
| Returns: |
Database connection resource/object or FALSE on failure |
| Return type: |
mixed |
Establish a connection with the database.
Note
The returned value depends on the underlying driver in use. For example, a mysqli instance will be returned with the ‘mysqli’ driver.
Please login to continue.