Web Development Tutorials
//

Author: admin

Programming

Create Your Own WP Post Views Counter

Create your own post views counter in WordPress with no plugin needed. Use the post meta field to store count views of a particular…

April 6, 2023

Server Administration

Create Amazon EC2 Instance

Amazon EC2 Instance is a virtual computing environment, or simply a virtual server in the Amazon Web Services (AWS) Cloud provided by Amazon Elastic…

April 6, 2023

Programming

Read and Parse JSON files in PHP

Read and parse JSON files using the functions file_get_contents() and json_decode() in PHP. The function file_get_contents() will read the entire file into a string,…

April 5, 2023

Server Administration

Check Apache, MySql, and PHP versions

To further check Linux Apache MySQL PHP (LAMP) stack installation, the following can be made to know the exact installed version of each application.…

March 23, 2023

Database Administration

Restore MySQL backup from the terminal

Efficiently import MySql backup database records from an .sql file using the mysql command from the terminal. A quick and direct approach to restore…

March 22, 2023