MySQL MySQL query to find the second highest salary Vikas Kumar Dec 29, 2017 6 Write a MySQL query to find the second highest salary from the employees table. There are many ways to get second…
MySQL MySQL COUNT() Function Aastha Tyagi Dec 12, 2017 0 MySQL COUNT function returns the number of records in a select query and allows you to count all rows in a table or…
PHP Tutorial PHP Variables Aastha Tyagi Nov 26, 2017 0 In simple words, a variable is a name of memory location that holds data. A variable is a temporary storage that is…
PHP Tutorial PHP Introduction Aastha Tyagi Nov 25, 2017 0 PHP is a widely-used open source general-purpose scripting language that is especially suited for web development…
JQuery Move Ball using JQuery Animation Vikas Kumar Nov 4, 2017 0 This tutorial we will move ball in left to right and right to left in both direction using jQuery Animation. We use…
PHPPyramid Pattern Program PHP Program To Print Reverse Pyramid Pattern Vikas Kumar Oct 26, 2017 0 In this article write a PHP Program To Print Reverse Pyramid pattern. This Program first takes the numbers of rows…
Blogging How to Install WordPress Theme – Beginners Guide Aastha Tyagi Oct 26, 2017 0 In popular culture, everyone needs a website whether he is doctor, musician, shopkeeper, writer, dancer etc.Then…
Alphabet Pattern ProgramPHP PHP program to print alphabet pattern P Vikas Kumar Oct 17, 2017 0 In this article write a PHP program to print alphabet pattern P. This Program first takes the numbers of rows and…