Categories
PHPTips and Tutorials → Development

Array Merge And Replace

PHP provides a number of array merging functions but not one that does precisely this. What this will do is that it will add new values found in the new array if they don''t exist and update them if they do, performing this recursively if a sub-...
DETAILS

AJAX Application in PHP

A small application which will help you understanding the basics of AJAX.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

How to Bridge PHP and Java for Powerful Web Solutions

Here''s how to team up two of the most popular and powerful platforms for web development together. With the php-java bridge you can build classes and jar files in Java and call them and use their methods in PHP. Use the quick and easy PHP langu...
DETAILS

Handling Non ASCII Characters in PHP String Literals

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.
DETAILS

Creating a Class Auto Loader

The factory will auto_load requested classes without you having to add require or include functions all over your code. Good for large projects with many libraries used in various files.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD
  • Licenses
    • GPL
DETAILS

Create syntax highlighted php code as html text

This tutorial teaches you how to convert an existing php code to a syntax colored html text.
DETAILS

PHP based geo-targeting and localization

Geo-targeting is commonly used to localize content such as adverts and for statistical purposes. This process is also known as localization. The problem with Internet based geo-targeting is that it tends to be a rather inprecise affair and can ...
  • Platforms
    • Linux
  • Licenses
    • GPL
DETAILS

PHP Script Tips - Understanding PHP Arrays and Their Basic Operations

A collection of 11 tips on PHP array introduction. Clear answers are provided with tutorial exercises on declaring and creating arrays, assigning and retrieving array elements, identifying elements by keys and indexes, copying arrays: What Is an Ar...
DETAILS

How to redeclare native PHP functions

The tutorial shows a way to redeclare native PHP functions like session_start or print_r.
DETAILS

HTTP compression with mod_gzip and mod_deflate

The vast majority of todays web browsers support the delivery of Gzip and Deflate compression encoded content and the case for compressing a web sites content is a compelling one. Compression encoding reduces a web sites data transfer level, thereby ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2008 jCay.com