mysqli_connect() and Other MySQL Functions

This section describes procedural functions provided by MySQLi module. mysql_connect() creates a connection to the specified MySQL server.

MySQLi module offers 2 interfaces: object-oriented interface and procedural interface. The procedural interface provides almost identical functions as the original MySQL module, except that MySQLi function names are prefixed with "mysqli." instead of "mysql_".

Here are some commonly used MySQLi functions:

Table of Contents

 About This Book

 Introduction and Installation of PHP

 Managing PHP Engine and Modules on macOS

 Managing PHP Engine and Modules on CentOS

 cURL Module - Client for URL

 DOM Module - Parsing HTML Documents

 GD Module - Manipulating Images and Pictures

MySQLi Module - Accessing MySQL Server

 MySQLi Module Configuration and Database Access

mysqli_connect() and Other MySQL Functions

 MySqlLoop.php - MySQL Functions Test

 OpenSSL Module - Cryptography and SSL/TLS Toolkit

 PCRE Module - Perl Compatible Regular Expressions

 SOAP Module - Creating and Calling Web Services

 SOAP Module - Server Functions and Examples

 Zip Module - Managing ZIP Archive Files

 References

 Full Version in PDF/EPUB