Search

Creating a Live Search in Table using Vue.js and PHP

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a search function that searches MySQL table using Vue.js with the help of axios.js and PHP. In this tutorial, you can search for either the first name or the last name of members in the members' table then it will return members that match your search.

Creating an AngularJS CRUD App with Search, Sort and Pagination with PHP/MySQLi

Submitted by nurhodelta_17 on
This is a CRUD(Create, Read, Update and Delete) using Angular JS with the help of PHP and MySQLi to handle our database. Also includes how to filter/search data, sort data and paginate data from our MySQL Database. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Paged Applications.