X

The Best WordPress Web Hosting Services

The world's most popular Content Management System (CMS) is wordpress, It is much more than a simple blogging platform. The…

7 Must Have Plugins for a Business Site on WordPress

WordPress is an extremely optimal CMS for an online store as well as for a business site. With the availability…

WhatsApp’s end-to-end encryption

WhatsApp is using "The Signal Protocol", designed by Open Whisper Systems, for its encryption.

How to use WP_Query to retrieve any number of posts ?

WP_Query is a class defined in wp-includes/query.php that deals with the intricacies of a post's (or page's) request to a…

How to use a switch case in PHP?

The switch statement is similar to a series of IF statements on the same expression. In many occasions, you may…

Using Cookies in WordPress Site: The Why and How Of It?

cookies are tiny pieces of information placed on the browser of a user. WordPress makes use of cookies to legitimate…

Export MySQL data to Excel in PHP

Here is the PHP Sample Code to Export MySQL Data into Excel / Spreadsheet File

How to transfer the large database file from one server to another server?

MySQLDumper is a PHP and Perl based tool for backing up MySQL databases. You can easily dump your data into…

How to call the function inside the Smarty Foreach Loop?

Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. This implies that PHP…

Oracle Announces General Availability of MySQL 5.7

Oracle Announces General Availability of MySQL 5.7, The new version of the world’s most popular open source database is up…