Content related to: php
Creating a Graph with PHP
This Article is about creating statistic Graphs using PHP5 and the GD-Lib
PHP and Amazon Associates
This tutorial shows a really smart way of using the Amazon ECS available for all participants of the Amazon Associates programm.
Building an IP2Country lookup service with SQLite
Using an IP-to-Country database stored in a CSV we build an SQLite database to lookup the country of the current user.
PHP 5.3 and namespaces
They were announced for php6. But as of php5.3 they became part of the language: namespaces. This article will show you how to use them and what they are good for.
PHP Archives
Another feature of PHP 5.3 is PHAR. The ability to run whole php applications from one file. In this article I show how to use them.
Webapps and the Yahoo BOSS API
BOSS - "Build your Own Search Service", is a new open web services platform helping developers to optimize search results in their webapps by querying the Yahoo database. This article will guide you through the first steps of using the BOSS API with PHP and Ruby.