Tag Archives: Web Design

Useful PHP validation functions

Nov 04, 2013

Hi all hope you all are well today the topic we going to see in the post is some Useful PHP validation functions hope the..

Read more

How to Design a Two Column Layout

Oct 30, 2013

There are many ways to design a two column layout using Cascading Style Sheets (CSS). This article takes you through the steps of using one..

Read more

Access control modifiers

Oct 28, 2013

One of the fundamental principles in OOP(Object Oriented Programming) is ‘encapsulation’. The idea is that you create cleaner and better code, if you restrict access..

Read more

Pagination with jQuery, MySQL and PHP.

Oct 25, 2013

This is a step by step tutorial to implement Pagination with jQuery, PHP and MySQL. The tutorial contains three PHP files and two js files..

Read more

What is XMPPHP ?

Oct 25, 2013

Actually XMPPHP is the successor to Class.Jabber.PHP that have been promising for years. Taking advantage of PHP5, it is an elegant solution with a direct..

Read more

PHP Memory Leak Issue

Oct 12, 2013

When processing a large number of records or calling objects with recursive references, a memory leak can occur causing PHP to run out of memory…

Read more