Home

Submit

Source

Feeds

Home » PHP » Miscellaneous ::

PHP Miscellaneous
This tutorial explains: Basic Rules, Receiving Non ASCII Characters with GET Method, Receiving Non ASCII Characters with POST Method, Receiving Non ASCII Characters in UTF-8, Decoding HTML Entities.
Related Tutorials
PHP Databases
Non ASCII Characters with MySQL
PHP / Databases
This tutorial explains: Storing Non ASCII Characters in Database, Transmitting Non ASCII Characters to the Server, MySqlUnicode.php - UTF-8 Sample Script.

Site: www.herongyang.com Report - View Tutorial

PHP Miscellaneous
Handling Non ASCII Characters
PHP / Miscellaneous
This tutorial explains: What Is Localization / Internationalization?, Managing Characters in Web Based Applications, Character Traveling Paths, ASCII Characters in PHP Pages

Site: www.herongyang.com Report - View Tutorial

PHP Miscellaneous
Non ASCII Characters in HTML documents
PHP / Miscellaneous
This tutorial explains: Basic Rules, French Characters in HTML Documents - UTF-8 Encoding, French Characters in HTML Documents - ISO-8859-1 Encoding, Chinese Characters in HTML Documents - UTF-8 Encoding, Chinese Characters in HTML Documents - GB22312 Encoding, Characters of Multiple Languages in HTML Documents.

Site: www.herongyang.com Report - View Tutorial

PHP Miscellaneous
Non ASCII Characters as String Literals
PHP / Miscellaneous
This tutorial explains: Basic Rules, French Characters in String Literals - UTF-8 Encoding, French Characters in String Literals - ISO-8859-1 Encoding, Chinese Characters in String Literals - UTF-8 Encoding, Chinese Characters in String Literals - GB2312 Encoding, Characters of Multiple Languages in String Literals.

Site: www.herongyang.com Report - View Tutorial

PHP Miscellaneous
Managing Non ASCII Character Strings
PHP / Miscellaneous
This tutorial explains: "mbstring" Extension, "mbstring" Functions, "mbstring" Basic Tests, HTTP Input and Output Encoding.

Site: www.herongyang.com Report - View Tutorial

PHP Forms
Working with forms in PHP
PHP / Forms
One of the most popular ways to make a web site interactive is the use of forms. With forms you can have users register for different things, submit any information you can imagine, upload files, and all types of other things. In this tutorial, we will go through the basics of forms and how to handle the data that comes from those forms with PHP.

Site: codewalkers.com Report - View Tutorial

PHP Forms
Interacting with Web Forms
PHP / Forms
HTML forms are one of the key ingredients of any dynamic website because they can enable the users of a site to interact with it. Otherwise, websites are more or less static: They may be driven by a database and, therefore, regularly changing, but they look the same for each and every visitor. HTML forms can change that; therefore, using data from forms from within PHP is very important.

Site: www.brainbell.com Report - View Tutorial

PHP General Development
Checking Data
PHP / General Development
This article discusses three basic steps that can be taken to avoid creating bad code: ensuring that you can trust your input by verifying the input you receive from users, manipulating that input data carefully, and providing the appropriate people with secure, reliable access to that data.

Site: www.phpbuilder.com Report - View Tutorial

PHP Forms
Limit Display Characters From Your Text
PHP / Forms
This php script helps you limit displaying characters form you message and not cut out your word.

Site: www.phpeasystep.com Report - View Tutorial

PHP Forms
User-Friendly Forms in PHP
PHP / Forms
In this tutorial I'll show you a way to make your forms more friendly with PHP, so users don't have to keep filling forms in if they make a mistake -- make your forms more friendly.

Site: www.webdesign.org Report - View Tutorial

PHP Forms
Make a input field's value dissappear.
PHP / Forms
In this tutorial you will learn how to making an input field's value disappear.

Site: www.retireat21.com Report - View Tutorial

PHP Forms
Another Forms Solution
PHP / Forms
Your Email forms Won't Work? Is it because they're not supported? Don't want the Perl or ASP solutions? Read on

Site: www.htmlgoodies.com Report - View Tutorial

PHP Forms
Input - Output String Functions
PHP / Forms
This tutorial is showing some functions that you need to use for your inputing form (as text field, text area) because, it is not security to receive string datas and input them directly into your database.

Site: www.phpsimple.net Report - View Tutorial

PHP Forms
Using Form
PHP / Forms
Using forms in a web based application is very common. Most forms are used to gather information like in a signup form, survey / polling, guestbook, etc.

Site: www.php-mysql-tutorial.com Report - View Tutorial

PHP Getting Started
String in Php
PHP / Getting Started
After integer.. maybe just after integer, strings are possibly the most important variable types in programming. Storing a bunch (series) of character as one variable. PHP give you alot of functions to manipulate and handle strings.You can think of string as an array of characters, and individuals characters can be accessed using the index of the character withing the string.

Site: phptutorialsite.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement