Browsing Category

PHP

Group By Clause in PHP – Info PHP

Introduction   I have described in my previous article how aggregate functions work. Basically, aggregate functions provide all the data in a single…

Polymorphism in PHP – Info PHP

Introduction   Polymorphism is derived from two Greek words. Poly (meaning many) and morph (meaning forms). Polymorphism is one of the PHP Object…

Create Favicon in PHP – Info PHP

Introduction In this article I will explain Favicons in PHP. In this article I will use a small and powerful script for creating Dynamic Favicons…