MongoDB Introduction

What is MongoDB? MongoDB is an open-source report database, and heading NoSQL database. MongoDB is written in C++, C and JavaScript. MongoDB is a cross-platform, document oriented database that provides, high performance, high availability, and easy scalability. MongoDB works on concept of collection and document. MongoDB is a cross-stage, archive arranged database that gives, superior, high … Continue reading MongoDB Introduction

Secure WordPress Site from Hackers

Here is tips for how to protect your wordpress site from hackers. Following topics help to protect your wordpress site: 1. Avoid using Defaults There are multiple ways that one can use to sign up for their WordPress site. So be careful about your default usernames while selecting your hosting plan or domain name. Most … Continue reading Secure WordPress Site from Hackers

WordPress Insert Data in MySQL

Here We are going to learn how to insert record into table and get last insert Id in WordPress   In Wordpress, Record insertion into table is quite simple. 1. Create an Object of $wpdb; 2. Set the data in an Array. 3. Set the table name. 4. Use insert function  to insert record. 5. In insert … Continue reading WordPress Insert Data in MySQL