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 not be relied upon to be 100% accurate.
A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing references, returning references, argument default values, etc. Special topics are:
How To Pass Variables By References?
How Arrays Are Passed Through Arguments?
How To Pass Arrays By References?
How To Return an Array from a Function?
What Is the Scope of a Variable Defined in a Function?
How To Access a Global Variable inside a Function?
How To Return a Reference from a Function?
How To Specify Argument Default Values?
How To Define a Function with Any Number of Arguments?
FreeVersion: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Mon May 22 2006
A collection of 19 tips on PHP functions on arrays. Clear answers are provided with tutorial exercises on searching keys and values, sorting arrays, merging two arrays, looping on array elements, expanding and truncating arrays. Special topics are:
How Do You If a Key Is Defined in an Array?
How To Sort an Array by Values?
How To Join a List of Keys with a List of Values into an Array?
How To Merge Values of Two Arrays into a Single Array?
How To Use an Array as a Queue?
How To Pad an Array with the Same Value Multiple Times?
FreeVersion: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Mon May 22 2006
This article is intended for experienced PHP programmers interested in exploring PHP 5's support for working with class types through argument hinting, abstract classes and interfaces. Basic knowledge of object-oriented programming, including the anatomy of a class and the mechanics of inheritance, is assumed.
FreeVersion: n/a Platform(s): n/a Updated: Fri Mar 31 2006
Part II of III. Includes discussion of Many to Many relationships, OOP, PHP Documentor, using classes, and emitting Javascript with PHP.
The series was originally titled: LAMP, MySQL/PHP Database driven website design and development, and the List-Detail-Post paradigm. We're shortening from here out.
FreeVersion: 1.0 Platform(s): linux, windows Updated: Mon Apr 25 2005
In this tutorial, we will explore how to use the latest update of Zend Studio for debugging PHP scripts. But first, we will get an overview of the product, its various editions, the system requirements for running it, and other installation considerations.
Version: n/a Platform(s): linux Updated: Mon Feb 11 2008
A collection of 14 tutorials on Apache and PHP installation and configuration covering: How to download and install Apache 2.x and PHP 5; How to start Apache server; How to publish HTML documents; How to set PATH variable for PHP; How to create php.ini; How to configure Apache to use PHP as CGI; etc.
Version: n/a Platform(s): n/a Updated: Thu Aug 16 2007
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-element of the new array is itself an array.
Version: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Fri Jan 26 2007
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 language to bring Java muscle to your web pages.
Version: n/a Platform(s): linux, windows Updated: Mon Jan 8 2007
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 helping to substantially reduce bandwith costs.
Version: n/a Platform(s): n/a Updated: Mon Aug 7 2006
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 Array in PHP?
How To Create an Array?
How To Test If a Variable Is an Array?
How To Retrieve Values out of an Array?
What Types of Data Can Be Used as Array Keys?
How Values in Arrays Are Indexed?
Can You Add Values to an Array without a Key?
Can You Copy an Array?
How to Loop through an Array?
How the Values Are Ordered in an Array?
How To Copy Array Values to a List of Variables?
Version: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Fri Jun 2 2006
Doing it with class in PHP. What is a data structure? What is a class? How are classes used in PHP? All these questions and more are answered in this tutorial.
Version: n/a Platform(s): n/a Updated: Sun Feb 5 2006
Show you There’s a single line you can add to your web host’s control panel that will automatically archive your websites content using the php command line.
Version: n/a Platform(s): linux, windows Updated: Fri Feb 3 2006