axios

JS HTTP Request using Axios POST and GET Method Tutorial

Submitted by oretnom23 on

In this tutorial, I will show how to use JS HTTP Request using Axios POST and GET Methods. The tutorial aims to provide IT/CS students and new programmers with a reference to learn with to enhance their knowledge and skill using JavaScript and Axios. Here, the step-by-step tutorial with snippets of implementing HTTP Requests using Axios is provided.

Simple CRUD with CodeIgniter and Vue.JS with Source Code

Submitted by marckevinflores on
Developing a web application is not as easy as you think to reach the client/user expectations. By using some libraries and frameworks, will help developers a lot to ease their work on developing a project. And by that, I have created a simple web application in PHP with JavaScript with the use of CodeIgniter Framework and Vue.js. CodeIgniter is a PHP framework that is built for developers to ease

Vue.js User Registration/Sign up with PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a registration form using Vue.js with the help of PHP/MySQLi. This will also show you how to create a simple input validation with the use of vue.js. We are gonna be using axios in this tutorial to handle our request from our PHP Registration API.