Bikash

My name is Bikash Kr. Panda. I own and operate PHPCODER.TECH. I am a web Programmer by profession and working on more than 50 projects to date. Currently I am working on the web-based project and all the CMS and frameworks which are based on PHP.

199 stories by Bikash

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 >

PHP str_replace Function | Complete Guide

In this tutorial, we learn PHP str_replace Function with help of multiple types of examples. How we can use...

Sep 22 · 1 min read >

PHP file_get_contents() Function With Example

In this tutorial, we learn how we can get the complete string from any URL or from any text...

Sep 15 · 1 min read >

PHP in_array() Function with Complete Concept and Example

Introduction PHP in_array function is an inbuilt function in PHP. As the name suggests in_array() function means, this function...

Sep 12 · 1 min read >

PHP password_hash, password_verify With Example

Introduction PHP password_hash is a built-in function that is majorly used to encrypt the password string. Encryption has c...

Sep 7 · 1 min read >