Popular Books:
Index
List of topics discussed in this book. 2026-07-23, ∼111🔥, 0💬
Index
List of topics discussed in this book. 2026-07-22, ∼110🔥, 0💬
💬 2026-06-20 Herong: Charles, thanks for sharing this information.
Manage Runtime Configuration Directives
This section provides a quick introduction on PHP runtime configuration and how to view/manage configuration directives. 2026-07-20, ∼117🔥, 0💬
Load PHP Extensions/Modules
This section describes how PHP modules are distributed and loaded into the PHP runtime environment. 2026-07-20, ∼116🔥, 0💬
mysqli-hello.php - Test MySQLi Module
This section provides a tutorial example on how to test the MySQLi module configuration. 2026-07-20, ∼116🔥, 0💬
Escape Escape Characters - \\\\ for \\
This section provides a tutorial example on how to escape the MySQL escape character \ in PHP scripts. 2026-07-20, ∼116🔥, 0💬
mysqli_query() - Run SQL Queries
This section provides a tutorial example on how to run a SQL query on a MySQL server by calling the mysqli_query() function. 2026-07-20, ∼115🔥, 0💬
get_extension_funcs() - Get Module Functions
This section provides a tutorial example on how to get a list of all functions provided a given module using the get_extension_funcs() function. 2026-07-20, ∼114🔥, 0💬
dl() - Load Module Dynamically
This section provides a tutorial example on how to load a module dynamically using the dl() function. 2026-07-20, ∼114🔥, 0💬
mysqli_fetch_array() - Fetch Row from Query Result
This section provides a tutorial example on how to fetch the next row from the query result by calling the mysqli_fetch_array() function. 2026-07-20, ∼114🔥, 0💬
Additional .ini Configuration Files
This section describes additional .ini files separated from the main configuration file php.ini. 2026-07-20, ∼113🔥, 0💬
Index
List of topics discussed in this book. 2026-07-20, ∼113🔥, 0💬
mysqli_affected_rows() - Count Affected Rows
This section provides a tutorial example on how to get the number of affected rows of the last query by calling the mysqli_affected_rows() function. 2026-07-20, ∼112🔥, 0💬
extension_dir - Module Library Location
This section describes the extension_dir configuration setting specifying the directory where module library files are located. 2026-07-20, ∼111🔥, 0💬
Summary of Basic MySQLi Functions
This section provides a summary of basic functions provided by the MySQLi module. 2026-07-20, ∼111🔥, 0💬
mysqli_fetch_fields() - Fetch Field Information
This section provides a tutorial example on how to fetch field information from query result by calling the mysqli_fetch_fields() function. 2026-07-20, ∼110🔥, 0💬
Install "UML Elements" Extension on LibreOffice
This section provides a tutorial on how to download and install LibreOffice on macOS computers. 2026-06-30, ∼618🔥, 1💬
Popular Posts:
Want to know when is the 2024 Chinese New Year day? Look for free Chinese calendars for 2024? Chines...
Where to find lucky wedding dates for year 2017? Lucky Wedding Dates: 2017 - Year of the Rooster ⇒...
This section provides tutorial examples on extracting certificates from Linux Trust Store using the ...
This section provides a tutorial example on how to write a simple program to test the java.net.ssl.S...
This section describes how to create tables with CLOB (LONGTEXT) columns in MySQL server.