The way to write your code

Google Place Autocomplete in ReactJS - Clue Mediator

Google Place Autocomplete in ReactJS

Today we will show you how to implement google place autocomplete in ReactJS. We will simply use the google map API to create the autocomplete for google places using ReactJS....

Convert CSV to JSON in PHP - Clue Mediator

Convert CSV to JSON in PHP

Today we will show you how to convert CSV to JSON in PHP. Sometimes we need to implement functionality like read data from CSV and upload it in a database...

Explode() and Implode() Function in PHP - Clue Mediator

Explode() and Implode() Function in PHP

Today we will explain to you how to use explode() and implode() function in PHP. When we need to convert string to array and array to string that time explode...

How to clone Git repository - Clue Mediator

How to clone Git repository

Today we will show you how to clone git repository with HTTPS. Here we will give you step by step instruction for it. Git clone remote repository, How do you...

How to use session in PHP - Clue Mediator

How to use session in PHP

Today we will explain to you how to use session in PHP. Here you can understand how we can start a session, create session variable, retrieve session variable and destroy...

Replace image src in HTML using PHP - Clue Mediator

Replace image src in HTML using PHP

Today we will show you how to replace image src in HTML using PHP. How to replace image src in a dynamic HTML string with PHP, PHP: How to replace...

Send an email using PHP mail() function - Clue Mediator

Send an email using PHP mail() function

In this article, we will explain to you how to send an email using PHP mail() function with simple text or html. Core php mail function, php mail function, php...

Regular expression examples in JavaScript - Clue Mediator

Regular expression examples in JavaScript

Today we will provide you a list of regular expression examples in JavaScript. While you are working with the real project then you might need to implement certain validation so...

Set environment variables in ReactJS - Clue Mediator

Set environment variables in ReactJS

Today we will show you how to set environment variables in ReactJS. If you are working with a large scale application then you may need to set the different value...

Sorting Arrays in PHP - Clue Mediator

Sorting Arrays in PHP

In this tutorial, we will explain to you about the sorting arrays in PHP. We will cover all the possible method provided by PHP with example. Sorting Arrays in PHP,...