PHP mysql ajax search autocomplete. In this tutorial, you will learn how to implement a live autocomplete search textbox in the PHP MySQL database using jQuery Ajax.

Arrays in PHP, In this tutorial, we will discuss PHP Array: Indexed, Associative, Multidimensional.

To Remove specific/special characters from a string in PHP. This tutorial demonstrates to you, how you can remove special or specific characters from string in PHP.

PHP string functions tutorial, the string is a collection of characters. we learn about basic most useful PHP string functions. We will develop any website using PHP at that time we need to require basic PHP functions.

Important PHP Array Functions – Today we would love to share with you the most important and daily useful PHP array functions. We will develop anything using PHP we need to know very common and important PHP array functions. As we will discuss below php array functions are useful, very easy and simple.

Mysql 16-Jun-2021

MySQL - INDEXES

A database index is a data structure that improves the speed of operations in a table. Indexes can be created using one or more columns, providing the basis for both rapid random lookups and efficient ordering of access to records.

Mysql 12-Jun-2021

MySQL - Regexps

You have seen MySQL pattern matching with LIKE ...%. MySQL supports another type of pattern matching operation based on the regular expressions and the REGEXP operator. If you are aware of PHP or PERL, then it is very simple for you to understand because this matching is same like those scripting the regular expressions.

In this MySQL TO_DAYS() tutorial, we would love to share with you how to use MySQL TO_DAYS() function with various examples. Today we are going to show you uses and syntax of TO_DAY() function with examples.

In this MySQL FROM_DAYS() tutorial, we would love to share with you how to use MySQL from_days function with various examples. Today we are going to show you uses and syntax of MySQL FROM_DAY() function with examples.

In this tutorial, we would love to share with you how to get the first day of the month, the last day of the month, the first day of the previous month, the last day of the previous month Mysql. We will demonstrate with examples.