Upload File With Ajax Using PHP and jQuery

By Faruque Ahamed Mollick

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

Easy to use PHP class to detect client location

By Faruque Ahamed Mollick

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

Ajaxify Weather Forecast PHP Script Source Code

Ajaxify Weather Forecast PHP Script Source Code

By Faruque Ahamed Mollick | December 6, 2017

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

How To Generate Random Password In PHP?

By Faruque Ahamed Mollick

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

Fix Uncaught ReferenceError: $ is not defined in jQuery

By Faruque Ahamed Mollick

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

Guess The Number Game Using Java with Source Code

By Saruque Ahamed Mollick

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

Guess The Number Game Using JavaScript

By Saruque Ahamed Mollick

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

Validating phone numbers in JavaScript

By Faruque Ahamed Mollick

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

Related Posts