<< < 6 7 8 9 10 11 12 13 14 15 16 > >>   ∑:8894  Sort:Rank

DOM Module - Parsing HTML Documents
This chapter provides tutorial examples and notes on DOM module for parsing HTML documents. Topics include understanding DOM Extension; parsing HTML document string; building new HTML documents.
2024-07-20, ∼570🔥, 0💬

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.
2024-07-20, ∼569🔥, 0💬

MySQLi Module Configuration and Database Access
This section provides a tutorial example on how to configure the PHP engine for MySQL server connection access. Setting, extension=php_mysql.dll, needs to be turned in the configuration file php.ini.
2024-07-20, ∼563🔥, 0💬

SOAP Module and PHP Implementations of SOAP
This section describes the SOAP protocol and PHP implementations of SOAP. PEAR::Package::SOAP, NuSOAP, and php_soap.dll (from the PHP Group) seems to be 3 different SOAP implementations.
2024-07-20, ∼563🔥, 0💬

The ZipArchive Class
This section provides a quick introduction to the ZipArchive class, which provides you creating new ZIP archives, extracting files from existing ZIP archives, and other functionalities.
2024-07-20, ∼559🔥, 0💬

Create New ZIP Archive
This section provides a tutorial example on how to create a new ZIP archive and add files into the archive using the ZipArchive class.
2024-07-20, ∼553🔥, 0💬

MySQLi Module - Accessing MySQL Server
This chapter provides tutorial examples and notes about MySQLi module for MySQL server. Topics include configuring the PHP engine to use the MySQL extension library, commonly used MySQL functions, running SQL statements to create table, insert rows and fetch rows.
2024-07-20, ∼549🔥, 0💬

Extract Files from ZIP Archive
This section provides a tutorial example on how to open an existing ZIP archive and extract files from the archive using the ZipArchive class.
2024-07-20, ∼547🔥, 0💬

GD Module - Manipulating Images and Pictures
This chapter provides tutorial examples and notes on GD module for manipulating images and pictures. Topics include trying 'Imager' module for PNG images; drawing graphical elements, setting transparent background, and copying images with GD Library.
2024-07-20, ∼539🔥, 0💬

Hello_There.php - First Example of SOAP
This section provides a tutorial example on how to use the SOAP extension to call a Web service provided by herongyang.com to get a greeting message.
2024-07-20, ∼539🔥, 0💬

MySqlLoop.php - MySQL Functions Test
This section provides a tutorial example on how to use MySQL functions to connect to a MySQL server, and run SQL statements to create a table, insert rows and fetch rows with the MySQL server.
2024-07-20, ∼535🔥, 0💬

Zip Module - Managing ZIP Archive Files
This chapter provides tutorial examples and notes on Zip module for managing ZIP archive files. Topics include introduction of ZipArchive class; creating new ZIP archive; extracting files from ZIP archive; creating directory structure inside ZIP archive; creating ZIP archive in a temporary file with...
2024-07-20, ∼535🔥, 0💬

Create ZIP Archive with Directory
This section provides a tutorial example on how to create a ZIP archive with a directory and adds files to that directory using the ZipArchive class.
2024-07-20, ∼514🔥, 0💬

Install DOM Extension on CentOS
This section provides a tutorial example on how to install PHP DOM Extension on CentOS systems.
2024-07-20, ∼199🔥, 0💬

Load HTML Documents with LIBXML_NOBLANKS
This section provides a tutorial example on how to load HTML documents with the LIBXML_NOBLANKS using the PHP DOM Extension. It only removes whitespaces between tags inside the 'head' element.
2024-07-20, ∼167🔥, 0💬

DOM (Document Object Model) Module
This section describes what is DOM (Document Object Model) Module, which allows you to parse XML and HEML documents.
2024-07-20, ∼148🔥, 0💬

PHP Version Pre-Installed on CentOS
This section provides notes to verify PHP version supported on CentOS and run a simple PHP interactive scripting session.
2024-07-20, ∼144🔥, 0💬

Downloading and Installing PHP Documentation
This section provides a tutorial example on how to download and install PHP documentation in HTML format.
2024-07-20, ∼143🔥, 0💬

Parse and Traverse HTML Documents
This section provides a tutorial example on how to parse an HTML document into a DOMDocument object and traverse it as a DOMNode object tree.
2024-07-20, ∼142🔥, 0💬

Build New HTML Documents
This section provides a tutorial example on how to create an HTML document using methods provided from the DOM extension.
2024-07-20, ∼139🔥, 0💬

Managing PHP Engine and Modules on macOS
This chapter provides tutorial examples and notes on managing PHP engine and modules on macOS systems. Topics include verify PHP installation on macOS.
2024-07-20, ∼138🔥, 0💬

Introduction and Installation of PHP
This chapter provides tutorial notes and example codes on PHP installation. Topics include quick introduction of PHP, downloading and installing PHP engine, PHP command line options, writing first PHP script.
2024-07-20, ∼137🔥, 0💬

References
List of reference materials used in this book.
2024-07-20, ∼137🔥, 0💬

DOCTYPE Element in HTML Documents
This section provides a quick introduction on the DOCTYPE elements in HTML documents.
2024-07-20, ∼137🔥, 0💬

<< < 6 7 8 9 10 11 12 13 14 15 16 > >>   ∑:8894  Sort:Rank