├── Delete.php ├── Home2.html ├── New_Course.html ├── README.md ├── Read.php ├── Remove.html ├── Save.php ├── Update.html └── Update.php /Delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koushika31/koushi/HEAD/Delete.php -------------------------------------------------------------------------------- /Home2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koushika31/koushi/HEAD/Home2.html -------------------------------------------------------------------------------- /New_Course.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koushika31/koushi/HEAD/New_Course.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # koushi -------------------------------------------------------------------------------- /Read.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koushika31/koushi/HEAD/Read.php -------------------------------------------------------------------------------- /Remove.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koushika31/koushi/HEAD/Remove.html -------------------------------------------------------------------------------- /Save.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koushika31/koushi/HEAD/Save.php -------------------------------------------------------------------------------- /Update.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koushika31/koushi/HEAD/Update.html -------------------------------------------------------------------------------- /Update.php: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------