We know MongoDB is very popular open source, document based NoSQL database. In this tutorial I am going to create MongoDB PHP CRUD Example.  CRUD means Create, Read, Update and Delete operations. So basically you will add new data (create), fetch data (read), edit existing data (update) and remove existing data (delete) from database.

Posted in MongoDB PHP XAMPP

MongoDB PHP 7 CRUD Example

Introduction This tutorial will show you how to configure MongoDB PHP 7 for XAMPP on Windows. XAMPP is an open source, easy to install Apache distribution containing PHP, Perl and MySQL. It’s very easy to install after downloading the Windows exe inataller file. MongoDB is one of the widely used NoSQL(Not only SQL) database in market…

Posted in MongoDB PHP XAMPP

Configure MongoDB with PHP 7 on Windows

This tutorial will show you how to configure Netbeans, Codeigniter, XAMPP together in Windows environment so that it would be easier environment to write PHP code on Netbeans editor without thinking much about the programming syntax error which is occurred most of the time when we write code in a notepad. It would be easier…

Posted in Codeigniter XAMPP

Setup Codeigniter, Netbeans and XAMPP in Windows

Table of Contents Introduction Prerequisites Install XAMPP Configure XAMPP for Sending Email Setup Email Clients Setup Microsoft Outlook Express Sending Email using Outlook Setup eM Client Sending Email using eM Client Introduction Many of you tried to send mail from localhost for testing some functionality in the website like User Registration, Password Activation etc. in…

Posted in Email XAMPP

How To Send Email From Localhost With XAMPP And Mercury32 In Windows