edit

Creating an AngularJS CRUD using UI-Router and PHP/MySQLi Tutorial

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a CRUD Operation in Angular JS using Ui-Router to manage our routes and PHP/MySQLi to handle our backend with MySQL as our Database. You will learn in this tutorial how to use UI-Router. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

Add, Edit, Delete Image with data table using PDO in PHP/MySQL

Submitted by alpha_luna on
Related Code: Add, Edit, Delete with data table using PDO in PHP/MySQL This simple project is created using PDO or it's called PHP Data Objects and it's a database driven using MySQL as a database. This project is intended for beginners in using PDO. It has a basic code so everyone can easily to understand and learn.

Add, Edit, Delete with data table using PHP/MySQL

Submitted by alpha_luna on
This simple project is created using PHP and it's a database driven using mysql as a database. This project is intended for beginners in PHP. It has a basic PHP code so everyone who is new to this programming language can easily understand and learn. Hope this simple project will help you in your future project.

Add, Edit and Delete record using PHP/MySQL with PDO Query

Submitted by RobertSoriano on
This project will teach you on how to make a CRUD (Create Record Update Delete) using PHP/MySQL and PDO Query. Why PDO? Because mysql functions are getting deprecated. PDO is safe from sql injections and it will make you far more productive. Just download the file, put it to your www folder(wamp) or htdocs(xampp) and upload the database in phpmyadmin. Enjoy and happy coding! :) If you need more