API

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.

Dashboard System Admin, MVC and API Framework with PHP Postgres-SQL and jQuery

Submitted by klevis on
Dashboard Admin Permission => create user and add permissions of routes. Create controller,model,view from terminal. User with a specific role User can modify the the personal data and password User can add single or multiple movies from IMDB User can add single or multiple books from google Super user can change role delete or insert role, can add permissions or delete them, This project support

Firebase Bill and Alerts Demo

Submitted by TBATSON on
This application shows you how to create an E-post office where you receive instant notifications on bills, alerts among others. Note: this application is only android and firebase no backend interface. We will add a sample mailer in the future versions.

Working features

1. Real-time sync between firebase and the app 2. Login and register 3. Ad mob 4. Document Download 5.

API JSON Parsing in PHP

Submitted by Yorkiebar on

Introduction:

This tutorial will be on how to use an API which returns a JSON format of information in PHP.

API? JSON?

An API stands for an Application Program Interface and is used by external applications to connect with prebuilt libraries or sources of information via the API making the connection between the two. JSON is a form of information formatting, and stands for JavaScript Object Notation.