Forest Fire – Techgig, All testcases passed. Challenge #1
Forest FireĀ (100 Marks) Challenge 1: Forest fire You are camping in a forest area at night. You are living with the forest officers to experience their challenges…
The Magic Wand – TechGig PHP answer, all test cases passed. Challenge #2
The Magic Wand – TechGig PHP answer – all testcases passed The Magic Wand (100 Marks) You are a wizard who possesses the magic wand that can be…
PHP interview Questions and Answers
What is PHP? Answer: PHP stands for Hypertext Preprocessor. It is a widely used server-side scripting language primarily designed for web development. PHP code is embedded within…
A Step-by-Step Guide on How to Install PHP
Install PHP : A Step-by-Step Guide on How to Install PHP Introduction: PHP is a widely used server-side scripting language that powers countless websites and web applications….
What is PHP? Understanding PHP: The Powerhouse of Web Development
Introduction: What is PHP? Understanding PHP: The Powerhouse of Web Development: In the world of web development, PHP stands tall as one of the most widely-used and…
JQuery Remove duplicate elements – Easy method
JQuery Remove duplicate elements: It’s very easy to remove duplicate elements from a list using jQuery. Demo: Let’s say we have below list: Here multiple duplicate values…
jQuery sorting by price – Easy method(jQuery 3.x)
In this example let’s check how to do jQuery sorting by price in an easy way. Demo: Its a very important feature in ecommerce platforms to do…
Calculate sum of Datatable columns and display in footer – Easy method with sum()
In this example let’s check how to calculate sum of datatable columns (multiple columns) and display the same in footer. In some cases we may need to…
jQuery Datatable – Easy Steps
Here is simple example to create jQuery Datatable. jQuery Datatable organizes data in grid like format of rows and columns. It is very organized, interactive and intutive….
Complete Php form example
Here we are going to check how to create a php form and insert its values to database table. In this example we will be submitting the…