Get random text by line number from a text file in PHP

By Faruque Ahamed Mollick

Here in this tutorial, we are going to play with PHP and a text file. the text file is of multiple lines and each of the lines contains some text. Now we are going to choose a line.... Read More

Replace URL in HTML or text content with clickable link using JavaScript

By Faruque Ahamed Mollick

In this tutorial, we are going to see how to select the URL from text or HTML content or from a string from an element and make it clickable using JavaScript. We are going to use j.... Read More

Get the distance between two places in PHP with Google Map API

By Faruque Ahamed Mollick

Here in this post, we are going to introduce with an amazing and interesting trick. We are going to learn how to work with Google Distance Matrix API in PHP. Google’s Distan.... Read More

Locate the Geo-position of a visitor in JavaScript

By Faruque Ahamed Mollick

In this post, we are going to see how to locate the position of a user who is visiting a web page using JavaScript. Today, almost all modern web browsers support the geolocation AP.... Read More

Show and hide password of input box in JavaScript

By Faruque Ahamed Mollick

If we create an HTML input field of type password then we can see that we are not able to see the password. We will see something like “********” instead of the passwor.... Read More

How to generate a random password in JavaScript?

By Faruque Ahamed Mollick

In many times it is needed to generate a random password for a website. For example, on registration system of a website a password can be generated for the account by clicking a b.... Read More

Force Download A File From Server In PHP

By Faruque Ahamed Mollick

In this post, we are going to see how to force download a file in PHP. Well, we can easily put an anchor link with the file path to be downloaded. Then why we are going to do it us.... Read More

How To Retrieve Gravatar Image URL in PHP?

By Faruque Ahamed Mollick

On many of the websites where there are registration and login system, we can see that a profile picture uploading system is present. Facebook, Twitter, Google may be the example. .... Read More