Manual mysqli
October 14th 2007
|
|
Manual mysqli
PHP: mysqli_rollback - Manual
mysqli_rollback mysqli->rollback() (PHP 5) mysqli->rollback() ? Rolls back current transaction (more...)
vBulletin Manual
MySQLi is an improved database layer for PHP 5 and MySQL 4.1+. It is strongly recommended that MySQLi be used if your MySQL server is at version 4.1 or higher. To enable MySQLi ... (more...)
PHP: mysqli_query - Manual
mysqli_query mysqli->query() (PHP 5) mysqli->query() ? Performs a query on the database (more...)
PHP Manual: mysqli_commit
PhpED - PHP IDE integrated development environment for developing web sites using PHP, HTML, Perl, JScript and CSS that combines a comfortable editor, debugger, profiler with the ... (more...)
PHP: mysqli->errno - Manual
There are no user contributed notes for this page. (more...)
PHP Manual: mysqli_rollback
PhpED - PHP IDE integrated development environment for developing web sites using PHP, HTML, Perl, JScript and CSS that combines a comfortable editor, debugger, profiler with the ... (more...)
PHP: mysqli::prepare - Manual
Prepares the SQL query pointed to by the null-terminated string query, and returns a statement handle to be used for further operations on the statement. (more...)
PHP: mysqli::__construct - Manual
Parameters. host. Can be either a host name or an IP address. Passing the NULL value or the string "localhost" to this parameter, the local host is assumed. (more...)
PHP: MySQLi - Manual
Table of Contents. mysqli->affected_rows ? Gets the number of affected rows in a previous MySQL operation; mysqli::autocommit ? Turns on or off auto-commiting database ... (more...)
PHP: Mysqli - Manual
MySQL Improved Extension. Introduction. Examples; Overview; Installing/Configuring. Requirements; Installation; Runtime Configuration; Resource Types; Predefined Constants; The ... (more...)