
Search In
A function in PHP which starts with a double underscore”__” are called magic functions in PHP. __autoload functions is used to add very large number of include statements automatically without the programmer.
For instance:
include “cla
Whatsapp is one of the most essential and popular messaging application which let the user communicate with each other throughout the world. About 160 million users make use of these applications each day. The use of Whatsapp application is
In My previous blog I have explained have_posts and the_post Loop but there are some more WordPress loops which I am explaining in this blog below.
The Loop :- As I already explained in my previous blog, The Loop is PHP code used by WordPress to di
Hello reader's today we will discuss about "static variable scope in PHP vs static variable scope in Java".
PHP is actually increasing to become a Object Orient Programing. Being a java coder in addition to PHP coder, php in addition to java while t
The term, Internet of Things (IoT) has been around for a while now. Several notions about the same populate the internet. Some are worth considering while others maintain their ambiguity. Adding to this, there is a lot of misinformation or
Undoubtedly Java is the most demanded programming languages in the world today. A JS framework provides a solid foundation on which a programmer can build programs. It includes predefined classes and functions that are used to manage the ha
In case you are managing WordPress websites for long, then you know about the need for taking regular backups. Backup save from a lot of trouble in case of any unexpected problem.
Furthermore, to take a regular backup, it’s also essent
In php foreach loops are used to access all the elements of the array. The syntax is as
foreach ($array as $key =>$value)
{
}
In above syntax , the no. of times loop get executed is equal to the no of elements in the array.
the same above s
The substr_count() in php is a string function which counts the no of times the sub string occurred in the string.
this function is case-sensitive.
the syntax of the function is as :
substr_count(string,substring,start,length)
Here , the string i


We all love Python, don’t we? With so many tools, modules and libraries, Python ecosystem is extensive and widespread in both depth and space. The open-source biome is intimidating and even with years of experience, a developer is required to i
