PHP
How to get next day date in php

How to get next day date in php

Method 1 :   Use strtotime date('Y-m-d',strtotime('+1 day')); Method 2:  Use  DateTime  Class $date =…

Date Range to Array of Date - PHP

Date Range to Array of Date - PHP

In this article, I will discuss "how to get date array from given date range". Let us have the start date and…

PDF Generate in Codeigniter using mPDF

Today i will discus about ` How to generate PDF in Codeigniter using mPDF ` Step 1.  Download mPDF-Codeigniter from  …

How to install LAMP in Ubuntu

In this topics i will describe about LAMP and how it work. Also i will describe how to install LAMP in ubuntu. LA…

How to connect MySQL database with php

Before we planing a dynamic php project with mysql database, we must know how to establish  connect mysql database wi…