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
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
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
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
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