admin

admin

How to add one day in current date using php

Here is the solution to add days to the current date or desired date using PHP. many project need this type speciality suppose, user subscribe account in 2 days. You may also like How to Convert date format yyyy-mm-dd =>…

How to Post JSON Data with PHP cURL & Receive

In this tutorial i will show you how to post json data with php curl and receive the raw json sent. You can simply use PHP file_get_contents() to send HTTP GET request. But it’s not the same case with HTTP…

How to Display Random Image from Folder in PHP

This is a quick tutorial about displaying random image from folder in php. It will be useful if you want to include featured section area on websites. And all these images will come from a folder and rotated through at…

How to Convert PDF to JPEG Image using PHP

In this tutorial How to Convert PDF to JPEG using imagick extension. I am going to show you how we can convert PDF to JPEG and its a 4 lines script and very easy and simple to understand. ImageMagick software…

How to Simple and Best Pagination using PHP and MySQL

Pagination is useful to show large data records into chunks of data.  Its very easy to apply pagination. Its very basic tutorial to teach you how to apply pagination. So you have to give start point and a limit. “Select * from table Limit…