Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
Today we are going to see a nice PHP trick. Here in this tutorial, we will see how we can create visual star rating depending upon the value from 0 to 5 in PHP and using the font a.... Read More
Here in this post, we are going to see how to change the URL of the browser in JavaScript without loading a new page or reloading the page again on click. Here we are going to crea.... Read More
In this PHP related post, we are going to see how to check if a string contains a particular word inside it. We are going to do it in PHP. We may be needed to find the availability.... Read More
Suppose we have a string of mathematical expression and we need to calculate and then get the value of the expression using PHP. How can we do it? Now, we are going to learn how to.... Read More
We often find popup notifications on many websites or web-based front-end application that hides after a certain amount of time automatically. Today we are going to make our own po.... Read More
Here in this tutorial, you are going to learn how to control the playback speed of an HTML5 video to give it a slow motion effect. Let’s first write our HTML code: <video .... Read More
There are situations when you need to prevent a button from clicking on it on a web page after the first click. For example, on a registration form if we allow clicking multiple ti.... Read More
We can delete or remove array element from an array easily. Using the unset() PHP function, we can delete or remove one element from an array. We can delete multiple array elements.... Read More