jQuery UI is a jQuery based library which can be used as to create user interface interactions, effects and much more easily. You just need to write less code and you will get mor.... Read More
Like many other programming languages, we can also define and use the constructor. The constructor in PHP is so useful and used in both small and large projects. Previously, in PHP.... Read More
AJAX (Asynchronous JavaScript And XML) is very popular on modern websites. On Google, Facebook, YouTube you will see a huge use of AJAX. It is not a programming language, but a .... Read More
A cookie in PHP used to store the small amount of data on client side. The cookie actually a small text file that stores small data, nearly about 4KB. Cookies are generally used t.... Read More
I have already discussed PHP function and told you how to create a function in this article – What is a function in PHP and why we use it? There I have also shown you how t.... Read More
Here in this tutorial, I am going to show you another code snippet which will show you how to get the current page URL using PHP. Well, there is a super global variable available i.... Read More
__autoload in PHP is called a magic function. This function is so useful. But many of new PHP programmer may not know what this function actually does and when they should use this.... Read More
Whenever you open a PHP file with your server path, it runs the PHP code. It will never display you the PHP source code. Whenever you put some PHP code inside that file, it will ru.... Read More