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 integrate Google reCAPTCHA for your form with validation
In this post, I would like to explain about how to integrate Google reCAPTCHA for your form with validation. For that, we... 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 read the config file data in the application of Codeigniter
In the earlier posts we learned about how to create baseurl, custom library, sending email in Codeigniter. Now we can learn about... Read More
How to call controller’s method within the view in CakePHP
Hi friends, In the older posts we learned about CakePHP. In this post, I would like to explain about how to call... Read More
Deploy Node.js application to Heroku
In the earlier post, created the node.js sample application. Now we will learn how to deploy your node.js application to Heroku. Installation... Read More
How to create an app in Node.js
Last few days back I have worked on Node.js. So I would like to explain in this post about how to create... Read More
HTTPS for Anil Labs Blogspot domain
This post will explain about HTTPS for Anil Labs Blogspot domain by Google. In last year September, Google announced that HTTPS support... 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