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.

198 stories by Bikash

How to Fetch Data From a Database in PHP Faster?

Fetch data from a database in PHP faster, in this article, we will use an example that shows how...

Sep 1 · 1 min read >

jQuery Multi-Select Dropdown Checkbox With Search

jQuery MultiSelect Dropdown provides very useful functionality to users to select multiple options from the dropdown. Generally, we will use multiple attributes...

Aug 26 · 2 min read >

JavaScript toLowerCase Function With Examples

JavaScript toLowerCase Function is used to convert strings to lowercase letters. The JavaScript toLowerCase method does not modify the...

Aug 21 · 1 min read >

JavaScript if else Statement: Detailed Article

JavaScript if else both are conditional statements that are used to do different tasks based on a given condition....

Aug 15 · 1 min read >

Auto Scroll Down on Page Load Using jQuery

To Auto Scroll Down on Page Load using jQuery, we use $( document ).ready() that helps us to check the page...

Aug 13 · 1 min read >

What is Dependency Injection in PHP With Example

Introduction If you are also curious and think too much about Dependency Injection in PHP, we can learn about...

Aug 8 · 1 min read >

What is Split() Method and How to Split a String In JavaScript

What is a split function and how we can split a string in JavaScript, In this complete article we...

Jul 29 · 1 min read >

What is Lumen In Laravel and Its Use

What is Lumen? If you need to answer this question with one statement then you can say “Lumen is...

Jul 25 · 1 min read >

What are Traits in PHP And Its Use With Example

Before we start with What are Traits in PHP and Its use, we have to know why PHP traits...

Jul 13 · 1 min read >