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
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
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
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
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
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
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
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