All Stories

Sum of all duplicate values in an array using JavaScript

Also Read: for-Each In JavaScript With Example Here we create a program to find the Sum of all duplicate...

Jan 13 · 34 sec read >

How to Print Multiple Array Values in PHP?

To print multiple array values in PHP, first, we have to merge multiple arrays and store them in a...

Jan 11 · 53 sec read >

jQuery: Check and Get Special Characters from String

To Get Special Characters from String in jQuery we use the string indexOf function. Also Read: 7 Most Useful...

Dec 17 · 32 sec read >

Convert Unix timestamp to DateTime using JavaScript And jQuery

To Convert Unix timestamp to DateTime using jQuery and JS, we use the JavaScript date object and other date...

Dec 12 · 1 min read >

XAMPP, Apache – Error: Apache shutdown unexpectedly – Solved

Here we will discuss the Error: Apache shutdown unexpectedly issues with XAMPP. In this complete article, we will know...

Nov 23 · 55 sec read >

How to get hidden input field values in PHP?

To get hidden input field values in PHP, we use PHP global variable, To create a hidden field, we...

Nov 14 · 53 sec read >

Get Client MAC And IP Address Using PHP

Before we get started with Get Client MAC And IP Address Using PHP, first, we have to know some...

Nov 6 · 54 sec read >

PHP trim() Function With Multiple Examples

PHP trim() function is mainly used to trim or remove whitespace from the start and end of the string....

Oct 18 · 1 min read >

How to Search and Replace Tag Values in XML File using PHP

To search and replace tag values in XML files using PHP, we use the PHP string replace function str_replace()....

Sep 22 · 1 min read >