PHP mysqli class

The PHP mysqli class is the main class of the MySQLi extension of PHP. This class represents a connection to the database created with a MySQL DBMS. The following synopsis is the same as that given on PHP.net Sinopsis class mysqli { /* Propiedades */ int $affected_rows; int $connect_errno; string $connect_error; int $errno; array $error_list; […]

read more

Comments