In this post, we are going to see the simple process of uploading a file in PHP with AJAX. AJAX means, our page will not reload or refresh or don’t going to any other page. H.... Read More
Here in this post, we are going to see a PHP class which can be used to detect client location. The class is so easy to use. It will return the city name, country name, country cod.... Read More
Today in this article I am going to discuss and review a weather forecast PHP script. The script I am going to discuss will work completely in AJAX. AJAX is a special technique of using JavaScript which will load part of a web page without refreshing the whole page. Before getting this weather forecast script, […] Read More
Today in this post we are going to see how to generate a random password with PHP. You can see on lots of websites and web-based applications generating random passwords when a use.... Read More
Today in this post I am going to tell you how to fix a common jQuery error which is “$ is not defined in jQuery”. Many of newbie don’t know why this kind of error.... Read More
In this Java tutorial, we will learn to make an interesting game in Java. This game is basically known as guess the number game. So be ready to learn how to create Guess the number.... Read More
In this post, I am going to share a source code of “Guess The Number” game using JavaScript At first, let’s see what kind of game is this and how does it work? Af.... Read More
Here in this post, we are going to see how to validate phone number from a text type HTML input field. Phone number validation is often used in web. So it will be good if we see ho.... Read More