add multiple row

AngularJS Adding Form Fields Dynamically with PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to dynamically add form fields using Angular JS. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications. We will then dynamically add the fields that we created using PHP/MySQLi that handles our MySQL Database.

PHP - OOP Inserting Multiple Rows in One Form using AJAX/jQuery

Submitted by nurhodelta_17 on
This tutorial will teach you how to insert multiple rows in MySQL Table using AJAX/jQuery. The code is written in PHP using MySQLi OOP(Object-oriented Programming). With the use of AJAX/jQuery, we can insert row into our database without reloading the page.