simple_query($sql)
| Parameters: |
|
|---|---|
| Returns: |
Whatever the underlying driver’s “query” function returns |
| Return type: |
mixed |
A simplified version of the query() method, appropriate for use when you don’t need to get a result object or to just send a query to the database and not care for the result.
Please login to continue.