MySQLi sample test
Package:
Summary:
Execute MySQL queries using MySQLi extension
Groups:
Author:
Description:
This is a simple class that can be used to execute MySQL queries using MySQLi extension.
It can establish a connection to a given MySQL server.
The class can also execute a given SQL query and return the query results handle.
If an error occurs, the class can send an e-mail message to the e-mail address of an administrator.
It can establish a connection to a given MySQL server.
The class can also execute a given SQL query and return the query results handle.
If an error occurs, the class can send an e-mail message to the e-mail address of an administrator.
Comments are closed.