Skip to content

Pooja16Fartyal/CRUD_angular_php_mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD_angular_php_mysql

Crud operation with the help of angular php and mysql

Create a table with the follwing SCHEMA

CREATE TABLE users ( id int(11) NOT NULL AUTO INCREMENT, PRIMARY KEY (id), name varchar(100) COLLATE utf8_unicode_ci NOT NULL, email varchar(100) COLLATE utf8_unicode_ci NOT NULL, phone varchar(15) COLLATE utf8_unicode_ci DEFAULT NULL, created datetime NOT NULL, modified datetime NOT NULL, status enum('1','0') COLLATE utf8_unicode_ci NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

About

Crud operation with the help of angular php and mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published