Month: January 2009

PHP Associative Arrays for C# .NET

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

MS Access Reports: Sums from distinct group headers

The problem: When we use formulas on textboxes in the report footers of MS Access…

PHP: magic methods

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