php api

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.

AngularJS Save Selected Options (ng-repeat) using PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to save select option in Angular JS wherein the select options are shown using ng-repeat directive using PHP/MySQLi into MySQL database. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

AngularJS Save Selected Options (ng-option) using PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to save select option in Angular JS wherein the select options are shown using ng-option directive using PHP/MySQLi into MySQL database. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

Vue.js Insert Data into MySQL Database using PHP

Submitted by nurhodelta_17 on
This is the second part of my Vue.js CRUD tutorial wherein we are going to insert data into our database. I'll be making a customize modal with some styles from bootstrap to showcase how to hide/show a div using vue.js. In this tutorial, with the help of axios, we're gonna insert data into our database using our API.

Vue.js Fetch Data from MySQL Database using PHP

Submitted by nurhodelta_17 on
This is the first part of my Vue.js CRUD tutorial where in we are going to fetch table data from our MySQL Database using Vue.js with PHP. Vue.js is a javascript framework that is used in making Single-Page Applications and is very good in front-end development. In this tutorial, with the help of axios, we're gonna fetch our data from our API.