<< < 1 2 3 4 5 > >>   ∑:102  Sort:Rank

String Data Type, Literals and Functions
This section providing information on string data type, literals, and functions.
2022-10-01, ∼391🔥, 0💬

Processing Web Form Input in Latin1
This section describes how to display a Web form and process form input data in Latin1. header() function must be called to override the HTTP response header 'Content-type' setting to Latin1 in PHP 7.
2022-10-01, ∼390🔥, 0💬

Archived: Download and Install PHP 5.2.2 on Windows
This section describes how to download and install PHP 5.2.2 on Windows systems.
2022-10-01, ∼389🔥, 0💬

MySQL - Connecting PHP to Database
This chapter provides tutorial notes on connecting PHP scripts to MySQl servers. Topics include creating database connection objects; executing INSERT INTO, SELECT, and UPDATE statements from PHP scripts.
2022-10-01, ∼386🔥, 0💬

String Literal Travel Path
This section providing information on how string literals in PHP scripts travel through various applications from you as a publisher to a user as a viewer of a Web page.
2022-10-01, ∼382🔥, 0💬

Detect System Default Encoding
This section provides a tutorial example on how to detect the system default encoding with a PHP script that displays the same Chinese text in 4 different encodings.
2022-10-01, ∼377🔥, 0💬

Non-ASCII Test Result Analysis
This section provides a detailed analysis of the test results of a PHP script storing non-ASCII characters.
2022-10-01, ∼376🔥, 0💬

List of Multibyte String Functions
This section provides a quick list of multibyte string functions related to Chinese characters.
2022-10-01, ∼375🔥, 0💬

Processing Web Form Input in ASCII
This section describes how to display a Web form and process form input data in ASCII.
2022-10-01, ∼368🔥, 0💬

Steps and Components Involved
This section describes steps and application components involved in inputting Chinese characters through Web forms.
2022-10-01, ∼368🔥, 0💬

mysqladmin - MySQL Admin Tool
This section describes how to use MySQL admin tool to check server status and other admin tasks.
2022-10-01, ∼366🔥, 0💬

Checking Character Set Setting
This section describes how to check the character set settings of text column in MySQL server.
2022-10-01, ∼362🔥, 0💬

Archived: Character Set Variables on MySQL 5
This section describes how to view the current settings of MySQL session variables involved in character set conversions with client programs on MySQL 5.
2022-10-01, ∼358🔥, 0💬

Steps and Components Involved
This section describes steps and application components involved in inputting non-ASCII characters through Web forms.
2022-10-01, ∼352🔥, 0💬

Permission Error on php-cgi.exe
This section describes the error of 'You don't have permission to access /cgi-bin-php/php-cgi.exe/hello .phpon this server.' It is caused by the syntax change in the PHP directory access permission configuration settings.
2022-10-01, ∼343🔥, 0💬

Publishing PHP Scripts as Web Pages
This section describes how to publish PHP scripts as Web pages on the Apache server.
2022-10-01, ∼342🔥, 0💬

Archived Tutorials
This chapter contains some old tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼339🔥, 0💬

Archived: Sending Text in UTF8 Encoding to MySQL 5
This section provides a test on sending non-ASCII character strings to MySQL 5 server in UTF8 encoding.
2022-10-01, ∼339🔥, 0💬

Steps and Application Components Involved
This section describes steps and application components involved in saving Chinese text into MySQL database through Web forms and retrieved it back to Web pages.
2022-10-01, ∼337🔥, 0💬

Processing Web Form Input in Latin1 Encoding Error
This section provides a tutorial example demonstrating Web form with default text in Latin1 encoding, but the browser converts it to UTF-8 encoding, which results form data being submitted as UTF-8 encoding.
2022-10-01, ∼337🔥, 0💬

HTML Document Travel Path
This section providing information on how HTML documents travel through various applications from you as a publisher to a user as a viewer of a Web page.
2022-10-01, ∼335🔥, 0💬

Storing ASCII Characters in Non-ASCII Columns
This section describes a test of storing ASCII characters into non-ASCII columns.
2022-10-01, ∼333🔥, 0💬

Archived: Non-ASCII Test Analysis on MySQL 5
This section provides a detailed analysis of the test results of a PHP script storing non-ASCII characters on MySQL 5.
2022-10-01, ∼330🔥, 0💬

Encoding-Convertor.php - Encoding Conversion Test
This section provides a tutorial example to restore corrupted Chinese text with different suggested solutions.
2022-10-01, ∼325🔥, 0💬

<< < 1 2 3 4 5 > >>   ∑:102  Sort:Rank