AngularJS

AngularJS Search with PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a Search function using Angular JS with the help of PHP/MySQLi. This will search a certain MySQL Table and in the case of this tutorial, we are going to search for matching firstname, lastname or address of a member. Angular JS is a javascript framework maintained by Google capable of creating Single Page Applications.

AngularJS CRUD Operation With PHP/MySQLi - Part 2

Submitted by razormist on
In this tutorial we will try to do the AngularJS CRUD (Delete, Update) Operation with PHP/MySQLi. In my previous tutorial we already tackle the (create and update) on AngularJS, this time will continue on and try to finish the project. We already created the database and the database connection, we will just add some method to the AngularJS directives and PHP script to make our project more interactive.