Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

Listing files from directory that have particular extensions in PHP

By Faruque Ahamed Mollick

In this tutorial, we will see the PHP code snippet that will get and list the files from a directory with the particular extensions. Now let’s start. Assume that we have a di.... Read More

Display the country flag of visitors in PHP

By Faruque Ahamed Mollick

Today, we are going to see a very interesting topicĀ of PHP in this post. We find on several websites that show the flag of our country. It doesn’t mean that your country fla.... Read More

Detect The Country Of The Visitor In PHP

By Faruque Ahamed Mollick

In web development projects, it may be required to detect the country of the visitor to perform some condition depending upon the country of the visitor. So in this post, we are go.... Read More

Get all files from a directory and listing it using PHP

By Faruque Ahamed Mollick

In this tutorial, we are going to get all the files from a particular directory and create the list that contains the file names of that directory. Now we are going to write our PH.... Read More

Set a seasonal image in PHP that will change with season

By Faruque Ahamed Mollick

How cool will it be if an image on the web page could be changed depending on the season? What, if in winter there will be an image that represents the winter and in summer another.... Read More

Prevent direct access to PHP file content and allow only via AJAX call

By Faruque Ahamed Mollick

Sometimes it is necessary to protect your PHP file from direct access that is calling via AJAX request. The most important reason behind it is the security. If a file calling only .... Read More

How to disable your website accessing from iframe using JavaScript?

By Faruque Ahamed Mollick

We use iframe tag to load any other link or website on our web page. In the same way, any other website can load your website or a page from your website on their web page using th.... Read More

How to display PDF file content on the web page?

By Faruque Ahamed Mollick

In several times it may be needed to display a PDF file on a web page. So here in this post, we are going to learn how to display a PDF file on a web page. Displaying PDF file on a.... Read More

Related Posts