|
|
|
This PHP tutorial helps you understand: Basic rules of handling non ASCII characters; Example PHP scripts of French/Chinese strings in UTF-8/GB2312 encoding.
Version: n/a
Platforms: linux, windows, freebsd, osx, sun
Last Updated: April 06, 2007 |
|
|
|
|
In this howto you're gonna learn how you can escape HTML characters, nice and easy using PHP.
This is useful for example to prevent users enter malicious HTML or javascript code into your site using the public forms like guestbooks or message boards. Also this can be useful if you want to embed code into your page without being translated by browsers into HTML elements corresponding. Our site also offers an Online Escape HTML Characters Tool!
Version: n/a
Platforms: linux, windows, freebsd, osx, sun
Last Updated: April 29, 2007 |
|
|
|
|
This tutorial teaches you how to convert an existing php code to a syntax colored html text.
Version: n/a
Platforms: linux, windows, freebsd, osx, sun
Last Updated: May 08, 2007 |
|
|
|
|
PHP can also be run as a command line script like c, c++, java, etc. This article provides an introduction to command line scripting in PHP and emphasise on its significance in PHP applications.
Version: V1
Platforms: linux, sun
Last Updated: May 29, 2007 |
|
|
|
|
In this tutorial I will show you how to store a multidimensional array in a file and how to retrieve these data. With this method you can imitate a very basic database functionality.
Version: 1.0
Platforms: linux, windows, freebsd, osx, sun
Last Updated: June 02, 2007 |
|
|
|
|