Posts from PHP

Get random word from English dictionary in PHP tutorial

By Faruque Ahamed Mollick

Now, we are going to see a nice PHP tutorial and hoping that it will be so interesting to all. In this tutorial, we are going to get and then show random English word from the Engl.... Read More

Get random text by line number from a text file in PHP

By Faruque Ahamed Mollick

Here in this tutorial, we are going to play with PHP and a text file. the text file is of multiple lines and each of the lines contains some text. Now we are going to choose a line.... Read More

Get the distance between two places in PHP with Google Map API

By Faruque Ahamed Mollick

Here in this post, we are going to introduce with an amazing and interesting trick. We are going to learn how to work with Google Distance Matrix API in PHP. Google’s Distan.... Read More

Force Download A File From Server In PHP

By Faruque Ahamed Mollick

In this post, we are going to see how to force download a file in PHP. Well, we can easily put an anchor link with the file path to be downloaded. Then why we are going to do it us.... Read More

How To Retrieve Gravatar Image URL in PHP?

By Faruque Ahamed Mollick

On many of the websites where there are registration and login system, we can see that a profile picture uploading system is present. Facebook, Twitter, Google may be the example. .... Read More

Merge Multiple Arrays Into one Array Using PHP array_merge() Function

By Faruque Ahamed Mollick

In this post, we are going to see an amazing tutorial. We are going to plays with multiple arrays. I hope you are going to enjoy this tutorial. Suppose we have two or more than two.... Read More

Upload File With Ajax Using PHP and jQuery

By Faruque Ahamed Mollick

In this post, we are going to see the simple process of uploading a file in PHP with AJAX. AJAX means, our page will not reload or refresh or don’t going to any other page. H.... Read More

Easy to use PHP class to detect client location

By Faruque Ahamed Mollick

Here in this post, we are going to see a PHP class which can be used to detect client location. The class is so easy to use. It will return the city name, country name, country cod.... Read More

Related Posts