» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with encoding + PHP

Forms in HTML documents

Note. The "get" method restricts form data set values to ASCII characters. Only the "post" method (with enctype="multipart/form-data") is specified to cover the entire [ISO10646] character set.

W3C: Del.icio.us W3C Tags

QRcode

PHP QRcode generator with various options.. no dependencies apart from GD. uses lots of bitmap templates

opensource: del.icio.us tag/opensource

Steve Minutillo :: messy-78 " PHP, XML, and Character Encodings: a tale of sadness, rage, and (data-)loss

Convert all encoding sets to UTF-8 for the purposes of XML syndication in PHP

XML: del.icio.us/tag/xml

MySQL - Sending Non-ASCII Text to MySQL

This chapter provides tutorial notes on sending non-ASCII text data to MySQL. Topics include sending non-ASCII text data in SQL statements; changing MySQL character set settings to send Latin1, UTF-8, BGK, and Big5 characters.

User:mark1048: Building Chinese Web Sites using PHP

MySQL - Character Set and Encoding

This chapter provides tutorial notes on character set and encoding in MySQL. Topics include defining text columns with specific character set encodings; encoding conversions performed by MySQL on SQL statements and result sets; fetching non-ASCII characters in UTF-8 encoding.

User:mark1048: Building Chinese Web Sites using PHP

Chinese Characters in PHP String Literals

This chapter provides tutorial notes on Chinese characters in PHP string literals. Topics include PHP string literal syntax; testing Chinese character strings with UTF-8, GB18030, and Big5 encodings.

User:mark1048: Building Chinese Web Sites using PHP

Steve Minutillo :: messy-78 " PHP, XML, and Character Encodings: a tale of sadness, rage, and (data-)loss

$rx = '/<?xml.*encoding=['"](.*?)['"].*?>/m'; if (preg_match($rx, $xml, $m)) { $encoding = strtoupper($m[1]); } else { $encoding = "UTF-8"; }

XML: del.icio.us/tag/xml

GetTheAnswer - Right Character Encoding with CakePHP and Dojo Toolkit

אינקואדינג עם דוג'ו ופהפקייק.

Dojo: del.icio.us tag dojo