This is a simple tutorial of Angular 8 to create a Register and Login System with the use of PHP and MySQL. You have to follow the steps properly to complete the tutorial. Steps: 1. Create a table named users (id(auto-increment) , name, password, email) in your angular database. 2. Create a new angular project […]
Read MoreThis tutorial will help you to learn angular CRUD operation using PHP and MySQL. This tutorial is divided into two parts. One for PHP & MySQL code and another for angular code. PHP and MYSQL Part: Steps: 1. Create a database named angdb. 2. Create a table named ‘products‘ with the following fields. CREATE TABLE […]
Read More