PHP Object Oriented Programming Part-10: PHP OOP Overloading What is PHP OOP Overloading? From outside of the class, according to class user demand, automatically creating any property...
PHP Object Oriented Programming Part-9: PHP Object Interfaces What is Interfaces in Object Oriented Programming? The concept of the interface in Object Oriented Programming is much like...
What is the Number System on PHP? What is the Number System in PHP? How many types of Number System in PHP? What is the Binary...
PHP Object Oriented Programming Part-3: PHP OOP Method Chaining What is Method Chaining in PHP? When many methods are called in a single instruction, in PHP’s term it...
PHP Basic Part-2: PHP echo VS print statement PHP echo VS print statement If you want to show any results from the server in PHP, you need...
PHP Basic Part-1: What is PHP? PHP Basic Part-1: What is PHP ? PHP is a server-side scripting language, that allows you to create software...
Thumbnail Generation with PHP thumb·nail (noun): A reduced image of a graphic or document page, used in order to view multiple images on...