Tag: PHP

Setting up a web application on CentOS (continued)

Before continuing the rest of the installation process we started (/wp/index.php/2009/07/setting-up-a-web-application-on-centos-5-3/), I must mention my…

We have hit a PHP mine!

Floating point numbers. http://php.net/manual/en/language.types.float.php When you compare two variables holding decimal values, NEVER trust the…

“Flex”ing with web services using Zend AMF

PHP has always been my favourite scripting language to develop applications for the web. I…

Setting up a web application on CentOS 5.3

Ingredients for our web application are Apache HTTP Server 2.2, PHP 5.2, Firebird 2.1and Oracle…

PHP Stock Profiler: Improvements

I've been planning to improve this application by adding a SQLite database, updating itself say…

PHP Associative Arrays for C# .NET

I always loved the ease of use of arrays in PHP. Simple, dynamic arrays; arrays…

PHP: magic methods

Regarding __toString class my_tag_A{ public $id=''; public $href=''; public $target=''; public $class=''; public $label=''; function…

PHP5: Autoloading your magic!

__autoload() function can be very useful to optimize your code esp. when you have so…

A PHP Framework of Your Own

With all the respect to the people out there devoting their time and designing frameworks,…

UK PHP Conference: Output

I must admit, it was the first PHP conference I've ever been and really enjoyed…