loop2 Please Wait...
DeveloperGang

How to Get Instagram images using Instagram Api with jquery?

In this tutorial i will tell you how to get the Instagram Images with the using of the instagram api. IN the below tutorial i am using the jquery to get the images from the insta...

How to get a custom taxonomy names, description and Images in wordpress?

In general we are in used of cresting the taxonomy like categories, Countries or another_category. That could be the any name. To create a taxonomy Click HERE Okay if our tax...

How to Create Registration Form in Wordpress Without Plugin?

How-to-Create-Registration-Form-in-Wordpress-Without-Plugin_.png
After a lot of study about Wordpress, we found the most asked question about Wordpress is: How to Create Registration Form in Wordpress Without Plugin? So the Answer we have explai...

Javascript date comparision

Here, i am going to give you very useful tips about Javascript Date. Some time you may face situation like this you need to compare two Javascript date less than, more than or...

What is the difference between single quotes and double quotes?

Single quoted strings will display things almost completely "as is." Variables and most escape sequences will not be interpreted. Double quote strings will display a host of es...

What is the Scope Resolution Operator?

"::" double colons is the scope operator it is used to call methods of a class that has not been instantiated. You should also understand static methods and how they differ from re...

How do you load classes in PHP?

Review the "autoload" and "spl_autoload_register" function (note:you should use the later). The autoload function basically triggers a function when a class is instantiated, you c...

What is Polymorphism?

It's simply the idea that one object can can take on many forms. So in PHP OOP one class "cars" may have two classes that extend it, for example a "Honda" class and a "BMW" class.

In a PHP class what are the three visibility keywords of a property or method?

public, private and protected. The default is public. Public -> Any class may instantiate the class and call the method or property. Protected -> Only the class itself or inher...

How we can retrieve the data in the result set of MySQL using PHP?

1. mysql_fetch_row This function will return a row where the values will come in the order as they are defined in the SQL query, and the keys will span from 0 to one less than the...
Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga, aspernatur.