Mysqli Query Parameterization Class
Package:
Summary:
Execute prepared queries with MySQLi extension
Groups:
Author:
Description:
This class can be used to execute prepared queries with MySQLi extension.
It can access a given MySQL database using the MySQLi extension and execute prepared queries by defining the value and type of the parameters.
The class can return last inserted row identifier and the query results into arrays.
It can access a given MySQL database using the MySQLi extension and execute prepared queries by defining the value and type of the parameters.
The class can return last inserted row identifier and the query results into arrays.
Comments are closed.