Category: PHP

Autocomplete Textbox Using PHP, MySQL and jQuery - Clue Mediator

Autocomplete Textbox Using PHP, MySQL and jQuery

Autocomplete search shows the users list of matching results while types into textbox. In this article we will explain to you how to implement autocomplete textbox using PHP, MySQL and...

Get keys from an associative array in PHP - Clue Mediator

Get keys from an associative array in PHP

Today we write a short article on how to get keys from an associative array in PHP. array_keys() function, How to Get All the Keys of an Associative Array in...

Get current page URL in PHP - Clue Mediator

Get current page URL in PHP

In this tutorial, we will show you how to get current page url and parts i.e. path, domain, query strings, etc in php. Get the full URL in PHP, Get...

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 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...

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,...