Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
We have already discussed the JavaScript push method in this post – Add or append a new item to an array in JavaScript using push() method. We have learned that the push() .... Read More
In this tutorial, we are going to learn how to append or add a new item to an array using the JavaScript push() method. We will learn with simple example code. JavaScript array pu.... Read More
Now, we are going to see a nice PHP tutorial and hoping that it will be so interesting to all. In this tutorial, we are going to get and then show random English word from the Engl.... Read More
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