Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

How to set a background music on a web page?

By Faruque Ahamed Mollick

We have already noticed while visiting some of the web pages we can listen to a background music. How can it be done? How can we also set a background music for a web page? In thi.... Read More

Facebook and YouTube video downloader PHP script

Facebook and YouTube video downloader PHP script

By Faruque Ahamed Mollick | February 3, 2018

Here in this post, I am going to discuss and review a nice PHP script that is a Facebook and YouTube video downloader. With the name, you can think what this script can do and what will be the functionality of this script. But still, I am going to discuss in details about this script. […] Read More

How to get the current page URL in JavaScript?

By Faruque Ahamed Mollick

In several times it may be needed to get the current web page URL from the client side. So in this tutorial, We are going to see how to get the current page URL in JavaScript. Jav.... Read More

How to check if a JavaScript function exists or not?

By Faruque Ahamed Mollick

In many times we need to create functions in JavaScript. After we create a function it will not be used until we call it. But what happened if we call a function, but we forget to .... Read More

How to get the complete URL query string in PHP?

By Faruque Ahamed Mollick

We are here again to learn another new thing in PHP. In this post, we are going to see how to get the complete query from the URL as the string. After getting it we will print it o.... Read More

How to get the array key for a given value in PHP?

By Faruque Ahamed Mollick

Suppose we have an array of key and value pairs and we don’t know the keys of that array. We know are only values of the array. Now we want to get the array key for a value .... Read More

How to replace particular characters of a string in PHP?

By Faruque Ahamed Mollick

In this tutorial, we are going to see how to replace particular characters in PHP. To better understand what are we going to learn let’s see an example. In this tutorial we t.... Read More

How to change CSS property on click in jQuery?

By Faruque Ahamed Mollick

The jQuery css() method can add CSS property to any of the element on the web page. This method also can change the existence CSS property of an element that is already set the CSS.... Read More