├── README.txt ├── create_db.php ├── css ├── style.css ├── style01.css └── style02.css ├── error.php ├── images ├── del.gif ├── index.jpg ├── mod.gif └── search_button.gif ├── include └── dbinfo.php ├── index.php ├── insert_db.php └── login.php /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateeksinghal/Hospital-Management-System/HEAD/README.txt -------------------------------------------------------------------------------- /create_db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateeksinghal/Hospital-Management-System/HEAD/create_db.php -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateeksinghal/Hospital-Management-System/HEAD/css/style.css -------------------------------------------------------------------------------- /css/style01.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateeksinghal/Hospital-Management-System/HEAD/css/style01.css -------------------------------------------------------------------------------- /css/style02.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateeksinghal/Hospital-Management-System/HEAD/css/style02.css -------------------------------------------------------------------------------- /error.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateeksinghal/Hospital-Management-System/HEAD/error.php -------------------------------------------------------------------------------- /images/del.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateeksinghal/Hospital-Management-System/HEAD/images/del.gif -------------------------------------------------------------------------------- /images/index.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateeksinghal/Hospital-Management-System/HEAD/images/index.jpg -------------------------------------------------------------------------------- /images/mod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateeksinghal/Hospital-Management-System/HEAD/images/mod.gif -------------------------------------------------------------------------------- /images/search_button.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateeksinghal/Hospital-Management-System/HEAD/images/search_button.gif -------------------------------------------------------------------------------- /include/dbinfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateeksinghal/Hospital-Management-System/HEAD/include/dbinfo.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateeksinghal/Hospital-Management-System/HEAD/index.php -------------------------------------------------------------------------------- /insert_db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateeksinghal/Hospital-Management-System/HEAD/insert_db.php -------------------------------------------------------------------------------- /login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateeksinghal/Hospital-Management-System/HEAD/login.php --------------------------------------------------------------------------------