Home

Submit

Source

Feeds

Home » PHP » Miscellaneous ::

PHP Miscellaneous
This tutorial explains: What Is Localization / Internationalization?, Managing Characters in Web Based Applications, Character Traveling Paths, ASCII Characters in PHP Pages
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
Receiving Non ASCII Characters from Input Forms
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.

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 File Operations
Error Handling
PHP / File Operations
Every programmer wants to practice effective error handling. Learn how to control the size and other aspects of file uploading on your server by error handling.

Site: www.htmlgoodies.com Report - View Tutorial

PHP Debugging and Error Handling
Error Handling
PHP / Debugging and Error Handling
Every website will encounter errors from time to time. Most sites will not have any error handling in place and the visitor will most likely receive a cryptic programming error. This can turn visitors away as they don't know what is happening. The way around this is to provide some error handling in your scripts. By testing for errors at crucial stages (e.g accessing a database) you can provide a friendly error message for the user. This tutorial will show you how the error handling functions for the LATEdownload v2 script have been written and how you can use them in your own site.

Site: www.olate.co.uk Report - View Tutorial

PHP Forms
Form Handling in PHP
PHP / Forms
I am just gonna go through simple form handling with you, nothing too fancy.

Site: www.noobic.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 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

PHP Regex
Writing Regular Expression with PHP
PHP / Regex
Regular Expression, commonly known as RegEx is considered to be one of the most complex concepts. However, this is not really true. Unless you have worked with regular expressions before, when you look at a regular expression containing a sequence of special characters like /, $, ^, \, ?, *, etc., in combination with alphanumeric characters, you might think it a mess. RegEx is a kind of language and if you have learnt its symbols and understood their meaning, you would find it as the most useful tool in hand to solve many complex problems related to text searches.

Site: www.macronimous.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 File Operations
PHP File Handling
PHP / File Operations
We can use PHP to open files and manipulate the data contained within them.

Site: www.webdesign.org Report - View Tutorial

PHP Forms
Form Handling With PHP
PHP / Forms
This article tells you how to handle HTML forms with PHP.

Site: www.easytutorials.org Report - View Tutorial

PHP Emailing
Protecting Email Addresses Using ASCII Codes
PHP / Emailing
This can be used to protect email addresses, for instance. Because spammers are writing software to search for certain patterns (email adresses) on web pages, this might help keep spam low. The trick is to use HTML character codes for email addresses, making it much harder for spambots to find email data.

Site: www.brainbell.com Report - View Tutorial

PHP Membership
Generating random passwords
PHP / Membership
This function is useful for generating a password less than 32 characters in length.

Site: www.thepixelboxhomepage.com Report - View Tutorial

 
Site Search

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