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 moreOct 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 moreOct 22, 2013
Hi all hope you all are doing well today we are going to see the Difference Between MySQL Table Type MyISAM and InnoDB? hope you..
Read moreOct 22, 2013
Hi all here today we are going to see some useful .htaccess Tips and Tricks 1) Redirect your website visitors while you update or test..
Read moreOct 15, 2013
You can apply multiple CSS classes to a single element by separating them with a space in your attribute. It’s a very useful trick with..
Read moreOct 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