Website Development Guide

12 years ago

Here is the one quick article about DocType in HTML.Generally the Most common question asked in an interview is What is DocType and why it’s Read More

12 years ago

Many databases support the concept of prepared statements.Prepared statements are useful to execute SQL statements with some patterns and optimize the query.Today I am going Read More

12 years ago

Design Pattern performs the major role in the object-oriented programming of PHP.A design pattern is useful to write a real and reliable design code and Read More

12 years ago

While writing to files that are possibly being read by other scripts at the same time, you will run into problems at some point specifically Read More

12 years ago

Today I am going to show one more demo which is for to swap database table row like in Joomla for sorting or ordering a Read More

12 years ago

In the last article I have explained about one of the OOPs concept is Type hinting and today I am going to explain one more Read More

12 years ago

Recently I have prepared some OOPs demos for my students and I really like one concept of Type Hinting so let’s have a quick look Read More

12 years ago

What is Constructor? Generally Constructor is one kind of method which has the same name as class name.it’s used to initialize the variable of the Read More

12 years ago

Inherit the class is tremendous flexibility for overwriting a class or method which the call the class method using the instance of the class and Read More

12 years ago

What is Interface? We all know the PHP class support only single inheritance, Can you achieve multiple inheritance in it? The answer is no. You Read More

Most Popular Posts

How to use MySQL TimeStamp datatype

Posted on 12 years ago

Bhumi

What is Predefined Interface in PHP

Posted on 8 years ago

Bhumi

How to Add Tag in WordPress

Posted on 12 years ago

Bhumi