Search

PHP - Simple Live Data Search Using Ajax

Learn on how to create a Simple Live Data Search Using Ajax. PHP is a server-side scripting language designed primarily for web development. Using PHP, you can let your user directly interact with the script and easily to learned its syntax. It is mostly used by a newly coders for its user friendly environment. Using Ajax, data could then be passed between the browser and the server, using the XMLHttpRequest API, without having to reload the web page.

PHP - Simple Search Using Ajax & MySQLi

Learn on how to create a Simple Search Using Ajax&MySQLi using PHP. PHP is a server-side scripting language designed primarily for web development. Using PHP, you can let your user directly interact with the script and easily to learned its syntax. Ajax is a client-side script that communicates to and from a server/database without the need for a postback or a complete page refresh. It is mostly used by a newly coders for its user friendly environment

Assign a New Search Box for Table Outside of DataTable

This tutorial tackles on how to create a new search box for table using datatable. By default, the search box in datatable plugin is located in the upper right corner of the table. To design this search box, there are several ways on how to do this. One of this ways is to create a new search box and assign it to our data tabled table.

How to Highlight Matched Keyword in Search using PHP

In this tutorial, you will learn on how to highlight matched search keyword using PHP. For the users to be aware why a certain result match to a searched keyword, we need a functionality that highlights matched word to the keyword. In this tutorial, I'm going to use preg_filter() function in order to achieve that functionality.

AngularJS Search Suggestion with PHP/MySQLi and UI-Router

This tutorial tackles on how to create a simple search suggestion in Angular JS with the help of PHP/MySQLi to get data from MySQL database. We will then use UI-Router to view the details of clicked search result member. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.