Simple CRUD Operation in CakePHP 2.x This tutorial will explain about CRUD Operation in CakePHP. Here we will perform mysql Insert, Selec...
How AJAX Works In WordPress What's AJAX? AJAX stands for Asynchronous JavaScript And XML . It is the use of the XMLHttpRequest obje...
STAR Pattern Printing using PHP for loop Pattern: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Code: for($i=0; $i...
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\...