Database manipulation in MongoDB Basic database queries for MongoDB The remove() Method Syntax: >db.COLLECTION_NAME.remove(DELLET...
JSON and JSONP in Javascripit JSON is a subset of the object literal notation of JavaScript. JSON in JavaScript Example: var myJSONObje...
Beginner guide to Mongodb database MongoDB is an open-source document database that provides high performance, high availability, and aut...
Create PHP PDO wrapper class Step 1: Create Config file config.php <?php ini_set("display_errors", 1); define('...
MySql Trigger A trigger is a stored program which executed automatically to respond to a specific event. such as insert, update or delete...
CakePHP Interview Question and Answer What is the first file that gets loaded when you run a application using cakephp? Answer: bootstra...
Javascript Local Storage LocalStorage is used to stored web application data within the user's browser. LocalStorage is only store st...