Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
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
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
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
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
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
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
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
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