Pretty printing of JSON using PHP and Javascript
In this post, I would like to explain how to display JSON data in a pretty way. In the earlier posts, I... Read More
How to make revisions of your content using PHP
There are many ways to maintain the revisions using PHP and MySQL. I am going to explain with a small example for... Read More
Display data in HTML 5 table from MySQL using PHP
In this post, we would learn how to display the data in HTML 5 table format from the database MySQL using PHP.... Read More
How to install visual studio code in Ubuntu for PHP development
Microsoft announced opensource editor for Ubuntu i.e. visual studio code. In this post I would like to explain about how to install... Read More
How to install Linux, Nginx (Engine X), MySql, PHP (LEMP) on Ubuntu
In the earlier post, we learned about how to install PHP installation procedure in Windows, Mac and Linux systems with apache server.... Read More
Case Study : Upload and crop images with specific dimensions
Case Study : Upload and crop images with specific dimensions Upload an image with 1500 pixels width and 1000 pixels height. But... Read More
How to send email using HTML templates in Codeigniter
This post explains how to send email using HTML templates in Codeigniter, earlier post we learned how to send mails using HTML... Read More
PHP installation procedure in Windows, Mac and Linux systems
Hi friends, In this post I am going to explain about how to install PHP in your Windows, Mac and Linux systems.... Read More
What is PHP and Introduction to LAMP
Hi friends, this post is third lesson from learn PHP online. In the previous posts we learned about Open Source and Basics... Read More