├── LICENSE ├── README.md ├── index.php ├── php ├── component.php ├── db.php ├── main.js └── operation.php └── style.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashyap2013/PHP_CRUD_Operation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashyap2013/PHP_CRUD_Operation/HEAD/README.md -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashyap2013/PHP_CRUD_Operation/HEAD/index.php -------------------------------------------------------------------------------- /php/component.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashyap2013/PHP_CRUD_Operation/HEAD/php/component.php -------------------------------------------------------------------------------- /php/db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashyap2013/PHP_CRUD_Operation/HEAD/php/db.php -------------------------------------------------------------------------------- /php/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashyap2013/PHP_CRUD_Operation/HEAD/php/main.js -------------------------------------------------------------------------------- /php/operation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashyap2013/PHP_CRUD_Operation/HEAD/php/operation.php -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashyap2013/PHP_CRUD_Operation/HEAD/style.css --------------------------------------------------------------------------------