Posts from PHP

PHP Program To Find The Largest Number of Given Values

By Saruque Ahamed Mollick

In this tutorial, you gonna learn find the largest of given numbers in PHP. In PHP, We have a function max() by using this function we can easily get the largest number. But I wil.... Read More

Crop an Image in PHP

By Faruque Ahamed Mollick

This tutorial is going to be an interesting one. In this tutorial, I am going to show you how to crop an image in PHP. I always show you the simplest and easy way in my tutorial. S.... Read More

Copy file from one directory to another directory in PHP

By Faruque Ahamed Mollick

In this tutorial, I am going to show you a method of copy a file from one directory to another directory in PHP. Copy a file to another directory in PHP is going to be an easy task.... Read More

Fetching Text Data From a Text File Using PHP

By Saruque Ahamed Mollick

Sometimes its become very essential to get text file data and showing that in a browser or we have to store the data in our database. But whatever you do with that retrieved data i.... Read More

Save HTML Form Data in a (.txt) Text File in PHP

By Saruque Ahamed Mollick

Hello Programmers, in this post I am going to show you a very essential task that can be easily done with Core PHP and HTML form. Sometimes it happens that we need to store some da.... Read More

Get visitors country and city in PHP using ipstack API

By Faruque Ahamed Mollick

Today I am going to show you how you can get the country and city of the visitor of a web page from the server side using PHP. From the title of this tutorial, you can guess that I.... Read More

How to Count The Sub String from a .txt file using PHP

By Saruque Ahamed Mollick

Hello everyone, here I am again with a small piece of PHP code. If you are looking for the PHP code to Count Sub-string from a text file using PHP you are at the right place. This .... Read More

How To Get or Detect The Local IP Address in PHP

By Saruque Ahamed Mollick

Hello developers, today I am here to provide you with what you are exactly looking for. In maximum cases developers need to find out the IP address of a user, But if you are develo.... Read More