Create Cron Job function in Wordpress plugin Step 1: Register function on plugin activate register_activation_hook(__FILE__, 'activa...
In JavaScript, most things are objects. An object is a collection of related data and/or functionality Namespace: Everything you create ...
PHP Fresher Technical Interview Questions Question : How to find out leap year? Answer: A leap year is a calendar year containing one ...
Performance Battle, PHP 7 vs. PHP 5 With virtually all updates, minor performance upgrades are to be expected. However, this time PHP bri...
MySql Indexing A database index is a data structure that improves the speed of operations in a table.INSERT and UPDATE statements take mo...
MySQL Examples for Beginners This basic MySQL query which will help beginners to learn. -- Delete if it exists mysql> DROP DATABASE...
NodeJs Entry level Tutorial Node.js is an open-source, cross-platform JavaScript runtime environment for developing a diverse variety of...
Setup a Virtual Host on WAMP Running several name-based web sites on a single IP address. Step 1: Add Code in file C:\wamp\bin\apache\...
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...