├── README.md ├── fifa ├── INDEX.html ├── about │ ├── about.html │ ├── css │ │ ├── menu.css │ │ └── style.css │ └── js │ │ └── index.js ├── css │ ├── menu.css │ └── style.css ├── database │ ├── css │ │ ├── 34b729901a37198f5d0414728.css │ │ ├── menu.css │ │ └── style.css │ ├── database.php │ └── js │ │ ├── 4032af61ca0478304ab7b31b7.js │ │ ├── extention │ │ ├── choices.js │ │ ├── custom-materialize.js │ │ └── flatpickr.js │ │ └── index.js ├── db │ └── fifa.sql ├── insert_player │ ├── css │ │ ├── 34b729901a37198f5d0414728.css │ │ ├── menu.css │ │ ├── searchbar.css │ │ └── style.css │ ├── insert_new_player.html │ ├── js │ │ ├── 4032af61ca0478304ab7b31b7.js │ │ ├── extention │ │ │ ├── choices.js │ │ │ ├── custom-materialize.js │ │ │ └── flatpickr.js │ │ └── index.js │ ├── nr │ │ ├── css │ │ │ ├── menu.css │ │ │ └── style.css │ │ └── js │ │ │ └── index.js │ └── php │ │ ├── css │ │ ├── 34b729901a37198f5d0414728.css │ │ ├── menu.css │ │ ├── searchbar.css │ │ └── style.css │ │ ├── index.html │ │ ├── js │ │ ├── 4032af61ca0478304ab7b31b7.js │ │ ├── extention │ │ │ ├── choices.js │ │ │ ├── custom-materialize.js │ │ │ └── flatpickr.js │ │ └── index.js │ │ ├── php_submit │ │ ├── css │ │ │ └── style.css │ │ ├── index.html │ │ ├── into_other_details.php │ │ ├── into_personal_details.php │ │ ├── into_player_stats.php │ │ ├── into_position.php │ │ ├── into_salary.php │ │ └── js │ │ │ └── index.js │ │ └── try_insert_into.php ├── js │ └── index.js ├── procedures │ ├── css │ │ ├── 34b729901a37198f5d0414728.css │ │ ├── menu.css │ │ ├── searchbar.css │ │ └── style.css │ ├── js │ │ ├── 4032af61ca0478304ab7b31b7.js │ │ ├── extention │ │ │ ├── choices.js │ │ │ ├── custom-materialize.js │ │ │ └── flatpickr.js │ │ └── index.js │ ├── nr │ │ ├── css │ │ │ ├── menu.css │ │ │ └── style.css │ │ └── js │ │ │ └── index.js │ ├── php │ │ ├── css │ │ │ ├── 34b729901a37198f5d0414728.css │ │ │ ├── menu.css │ │ │ └── style.css │ │ ├── index.html │ │ ├── js │ │ │ ├── 4032af61ca0478304ab7b31b7.js │ │ │ ├── extention │ │ │ │ ├── choices.js │ │ │ │ ├── custom-materialize.js │ │ │ │ └── flatpickr.js │ │ │ └── index.js │ │ ├── phpforstoredprocedure │ │ │ ├── css │ │ │ │ ├── 34b729901a37198f5d0414728.css │ │ │ │ ├── menu.css │ │ │ │ ├── searchbar.css │ │ │ │ └── style.css │ │ │ ├── js │ │ │ │ ├── 4032af61ca0478304ab7b31b7.js │ │ │ │ ├── extention │ │ │ │ │ ├── choices.js │ │ │ │ │ ├── custom-materialize.js │ │ │ │ │ └── flatpickr.js │ │ │ │ └── index.js │ │ │ ├── nr │ │ │ │ ├── css │ │ │ │ │ ├── menu.css │ │ │ │ │ └── style.css │ │ │ │ └── js │ │ │ │ │ └── index.js │ │ │ ├── php │ │ │ │ ├── css │ │ │ │ │ ├── 34b729901a37198f5d0414728.css │ │ │ │ │ ├── menu.css │ │ │ │ │ └── style.css │ │ │ │ ├── index.html │ │ │ │ ├── js │ │ │ │ │ ├── 4032af61ca0478304ab7b31b7.js │ │ │ │ │ ├── extention │ │ │ │ │ │ ├── choices.js │ │ │ │ │ │ ├── custom-materialize.js │ │ │ │ │ │ └── flatpickr.js │ │ │ │ │ └── index.js │ │ │ │ └── player_search.php │ │ │ └── player_search.html │ │ └── select.php │ └── procedures.html ├── report │ ├── _project_report.docx │ ├── _project_report.pdf │ ├── css │ │ ├── 34b729901a37198f5d0414728.css │ │ ├── menu.css │ │ └── style.css │ ├── js │ │ ├── 4032af61ca0478304ab7b31b7.js │ │ └── index.js │ ├── project_report.html │ └── ~$roject_report.docx ├── search_player │ ├── css │ │ ├── 34b729901a37198f5d0414728.css │ │ ├── menu.css │ │ ├── searchbar.css │ │ └── style.css │ ├── js │ │ ├── 4032af61ca0478304ab7b31b7.js │ │ ├── extention │ │ │ ├── choices.js │ │ │ ├── custom-materialize.js │ │ │ └── flatpickr.js │ │ └── index.js │ ├── nr │ │ ├── css │ │ │ ├── menu.css │ │ │ └── style.css │ │ └── js │ │ │ └── index.js │ ├── php │ │ ├── css │ │ │ ├── 34b729901a37198f5d0414728.css │ │ │ ├── menu.css │ │ │ └── style.css │ │ ├── index.html │ │ ├── js │ │ │ ├── 4032af61ca0478304ab7b31b7.js │ │ │ ├── extention │ │ │ │ ├── choices.js │ │ │ │ ├── custom-materialize.js │ │ │ │ └── flatpickr.js │ │ │ └── index.js │ │ └── player_search.php │ └── player_search.html └── update_player │ ├── css │ ├── 34b729901a37198f5d0414728.css │ ├── menu.css │ └── style.css │ ├── js │ ├── 4032af61ca0478304ab7b31b7.js │ └── index.js │ ├── php │ ├── css │ │ ├── 34b729901a37198f5d0414728.css │ │ ├── menu.css │ │ ├── searchbar.css │ │ └── style.css │ ├── delete.html │ ├── js │ │ ├── 4032af61ca0478304ab7b31b7.js │ │ ├── extention │ │ │ ├── choices.js │ │ │ ├── custom-materialize.js │ │ │ └── flatpickr.js │ │ └── index.js │ ├── modify.html │ └── php │ │ ├── css │ │ ├── 34b729901a37198f5d0414728.css │ │ ├── menu.css │ │ ├── searchbar.css │ │ └── style.css │ │ ├── index.html │ │ ├── js │ │ ├── 4032af61ca0478304ab7b31b7.js │ │ ├── extention │ │ │ ├── choices.js │ │ │ ├── custom-materialize.js │ │ │ └── flatpickr.js │ │ └── index.js │ │ ├── nr │ │ ├── css │ │ │ ├── menu.css │ │ │ └── style.css │ │ └── js │ │ │ └── index.js │ │ ├── php_submit_delete │ │ ├── css │ │ │ └── style.css │ │ ├── delete_byage.php │ │ ├── delete_byname.php │ │ ├── delete_bynationality.php │ │ ├── delete_byoverallrating.php │ │ ├── delete_byplayerid.php │ │ ├── index.html │ │ └── js │ │ │ └── index.js │ │ ├── test_personal_details │ │ ├── css │ │ │ └── menu.css │ │ ├── db-connect.php │ │ ├── error_log │ │ ├── inline-table-edit.php │ │ ├── jquery.tabledit.js │ │ ├── jquery.tabledit.min.js │ │ ├── js │ │ │ └── index.js │ │ └── logic-edit-delete.php │ │ ├── test_player_club │ │ ├── css │ │ │ └── menu.css │ │ ├── db-connect.php │ │ ├── error_log │ │ ├── inline-table-edit.php │ │ ├── jquery.tabledit.js │ │ ├── jquery.tabledit.min.js │ │ ├── js │ │ │ └── index.js │ │ └── logic-edit-delete.php │ │ ├── test_player_position │ │ ├── css │ │ │ └── menu.css │ │ ├── db-connect.php │ │ ├── error_log │ │ ├── inline-table-edit.php │ │ ├── jquery.tabledit.js │ │ ├── jquery.tabledit.min.js │ │ ├── js │ │ │ └── index.js │ │ └── logic-edit-delete.php │ │ ├── test_player_salary │ │ ├── css │ │ │ └── menu.css │ │ ├── db-connect.php │ │ ├── error_log │ │ ├── inline-table-edit.php │ │ ├── jquery.tabledit.js │ │ ├── jquery.tabledit.min.js │ │ ├── js │ │ │ └── index.js │ │ └── logic-edit-delete.php │ │ ├── test_player_stats │ │ ├── css │ │ │ └── menu.css │ │ ├── db-connect.php │ │ ├── error_log │ │ ├── inline-table-edit.php │ │ ├── jquery.tabledit.js │ │ ├── jquery.tabledit.min.js │ │ ├── js │ │ │ └── index.js │ │ └── logic-edit-delete.php │ │ ├── try_delete.php │ │ └── try_modify.php │ └── update_player.html ├── readme_attachments ├── building_db_1.png ├── building_db_2.png ├── building_db_3.png ├── login_wamp.png ├── running_wamp_1.png ├── running_wamp_2.png ├── wamp_installation_1.png ├── wamp_installation_2.png ├── wamp_installation_3.png ├── wamp_installation_4.png ├── wamp_installation_5.png └── wamp_installation_6.png ├── screenshots ├── s1.jpg ├── s10.jpg ├── s11.jpg ├── s12.jpg ├── s13.jpg ├── s14.jpg ├── s15.jpg ├── s16.jpg ├── s17.jpg ├── s2.jpg ├── s3.png ├── s4.jpg ├── s5.jpg ├── s6.jpg ├── s7.jpg ├── s8.jpg └── s9.jpg └── tables ├── sp.png ├── t1.jpg ├── t2.jpg ├── t3.jpg ├── t4.jpg ├── t5.jpg ├── tr1.jpg ├── tr2.jpg └── tr3.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/README.md -------------------------------------------------------------------------------- /fifa/INDEX.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/INDEX.html -------------------------------------------------------------------------------- /fifa/about/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/about/about.html -------------------------------------------------------------------------------- /fifa/about/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/about/css/menu.css -------------------------------------------------------------------------------- /fifa/about/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/about/css/style.css -------------------------------------------------------------------------------- /fifa/about/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/about/js/index.js -------------------------------------------------------------------------------- /fifa/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/css/menu.css -------------------------------------------------------------------------------- /fifa/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/css/style.css -------------------------------------------------------------------------------- /fifa/database/css/34b729901a37198f5d0414728.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/database/css/34b729901a37198f5d0414728.css -------------------------------------------------------------------------------- /fifa/database/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/database/css/menu.css -------------------------------------------------------------------------------- /fifa/database/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/database/css/style.css -------------------------------------------------------------------------------- /fifa/database/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/database/database.php -------------------------------------------------------------------------------- /fifa/database/js/4032af61ca0478304ab7b31b7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/database/js/4032af61ca0478304ab7b31b7.js -------------------------------------------------------------------------------- /fifa/database/js/extention/choices.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/database/js/extention/choices.js -------------------------------------------------------------------------------- /fifa/database/js/extention/custom-materialize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/database/js/extention/custom-materialize.js -------------------------------------------------------------------------------- /fifa/database/js/extention/flatpickr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/database/js/extention/flatpickr.js -------------------------------------------------------------------------------- /fifa/database/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/database/js/index.js -------------------------------------------------------------------------------- /fifa/db/fifa.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/db/fifa.sql -------------------------------------------------------------------------------- /fifa/insert_player/css/34b729901a37198f5d0414728.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/css/34b729901a37198f5d0414728.css -------------------------------------------------------------------------------- /fifa/insert_player/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/css/menu.css -------------------------------------------------------------------------------- /fifa/insert_player/css/searchbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/css/searchbar.css -------------------------------------------------------------------------------- /fifa/insert_player/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/css/style.css -------------------------------------------------------------------------------- /fifa/insert_player/insert_new_player.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/insert_new_player.html -------------------------------------------------------------------------------- /fifa/insert_player/js/4032af61ca0478304ab7b31b7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/js/4032af61ca0478304ab7b31b7.js -------------------------------------------------------------------------------- /fifa/insert_player/js/extention/choices.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/js/extention/choices.js -------------------------------------------------------------------------------- /fifa/insert_player/js/extention/custom-materialize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/js/extention/custom-materialize.js -------------------------------------------------------------------------------- /fifa/insert_player/js/extention/flatpickr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/js/extention/flatpickr.js -------------------------------------------------------------------------------- /fifa/insert_player/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/js/index.js -------------------------------------------------------------------------------- /fifa/insert_player/nr/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/nr/css/menu.css -------------------------------------------------------------------------------- /fifa/insert_player/nr/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/nr/css/style.css -------------------------------------------------------------------------------- /fifa/insert_player/nr/js/index.js: -------------------------------------------------------------------------------- 1 | "🐶 ♥️" -------------------------------------------------------------------------------- /fifa/insert_player/php/css/34b729901a37198f5d0414728.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/css/34b729901a37198f5d0414728.css -------------------------------------------------------------------------------- /fifa/insert_player/php/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/css/menu.css -------------------------------------------------------------------------------- /fifa/insert_player/php/css/searchbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/css/searchbar.css -------------------------------------------------------------------------------- /fifa/insert_player/php/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/css/style.css -------------------------------------------------------------------------------- /fifa/insert_player/php/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/index.html -------------------------------------------------------------------------------- /fifa/insert_player/php/js/4032af61ca0478304ab7b31b7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/js/4032af61ca0478304ab7b31b7.js -------------------------------------------------------------------------------- /fifa/insert_player/php/js/extention/choices.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/js/extention/choices.js -------------------------------------------------------------------------------- /fifa/insert_player/php/js/extention/custom-materialize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/js/extention/custom-materialize.js -------------------------------------------------------------------------------- /fifa/insert_player/php/js/extention/flatpickr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/js/extention/flatpickr.js -------------------------------------------------------------------------------- /fifa/insert_player/php/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/js/index.js -------------------------------------------------------------------------------- /fifa/insert_player/php/php_submit/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/php_submit/css/style.css -------------------------------------------------------------------------------- /fifa/insert_player/php/php_submit/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/php_submit/index.html -------------------------------------------------------------------------------- /fifa/insert_player/php/php_submit/into_other_details.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/php_submit/into_other_details.php -------------------------------------------------------------------------------- /fifa/insert_player/php/php_submit/into_personal_details.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/php_submit/into_personal_details.php -------------------------------------------------------------------------------- /fifa/insert_player/php/php_submit/into_player_stats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/php_submit/into_player_stats.php -------------------------------------------------------------------------------- /fifa/insert_player/php/php_submit/into_position.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/php_submit/into_position.php -------------------------------------------------------------------------------- /fifa/insert_player/php/php_submit/into_salary.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/php_submit/into_salary.php -------------------------------------------------------------------------------- /fifa/insert_player/php/php_submit/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/php_submit/js/index.js -------------------------------------------------------------------------------- /fifa/insert_player/php/try_insert_into.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/insert_player/php/try_insert_into.php -------------------------------------------------------------------------------- /fifa/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/js/index.js -------------------------------------------------------------------------------- /fifa/procedures/css/34b729901a37198f5d0414728.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/css/34b729901a37198f5d0414728.css -------------------------------------------------------------------------------- /fifa/procedures/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/css/menu.css -------------------------------------------------------------------------------- /fifa/procedures/css/searchbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/css/searchbar.css -------------------------------------------------------------------------------- /fifa/procedures/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/css/style.css -------------------------------------------------------------------------------- /fifa/procedures/js/4032af61ca0478304ab7b31b7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/js/4032af61ca0478304ab7b31b7.js -------------------------------------------------------------------------------- /fifa/procedures/js/extention/choices.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/js/extention/choices.js -------------------------------------------------------------------------------- /fifa/procedures/js/extention/custom-materialize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/js/extention/custom-materialize.js -------------------------------------------------------------------------------- /fifa/procedures/js/extention/flatpickr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/js/extention/flatpickr.js -------------------------------------------------------------------------------- /fifa/procedures/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/js/index.js -------------------------------------------------------------------------------- /fifa/procedures/nr/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/nr/css/menu.css -------------------------------------------------------------------------------- /fifa/procedures/nr/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/nr/css/style.css -------------------------------------------------------------------------------- /fifa/procedures/nr/js/index.js: -------------------------------------------------------------------------------- 1 | "🐶 ♥️" -------------------------------------------------------------------------------- /fifa/procedures/php/css/34b729901a37198f5d0414728.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/css/34b729901a37198f5d0414728.css -------------------------------------------------------------------------------- /fifa/procedures/php/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/css/menu.css -------------------------------------------------------------------------------- /fifa/procedures/php/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/css/style.css -------------------------------------------------------------------------------- /fifa/procedures/php/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/index.html -------------------------------------------------------------------------------- /fifa/procedures/php/js/4032af61ca0478304ab7b31b7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/js/4032af61ca0478304ab7b31b7.js -------------------------------------------------------------------------------- /fifa/procedures/php/js/extention/choices.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/js/extention/choices.js -------------------------------------------------------------------------------- /fifa/procedures/php/js/extention/custom-materialize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/js/extention/custom-materialize.js -------------------------------------------------------------------------------- /fifa/procedures/php/js/extention/flatpickr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/js/extention/flatpickr.js -------------------------------------------------------------------------------- /fifa/procedures/php/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/js/index.js -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/css/34b729901a37198f5d0414728.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/css/34b729901a37198f5d0414728.css -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/css/menu.css -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/css/searchbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/css/searchbar.css -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/css/style.css -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/js/4032af61ca0478304ab7b31b7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/js/4032af61ca0478304ab7b31b7.js -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/js/extention/choices.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/js/extention/choices.js -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/js/extention/custom-materialize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/js/extention/custom-materialize.js -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/js/extention/flatpickr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/js/extention/flatpickr.js -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/js/index.js -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/nr/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/nr/css/menu.css -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/nr/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/nr/css/style.css -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/nr/js/index.js: -------------------------------------------------------------------------------- 1 | "🐶 ♥️" -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/php/css/34b729901a37198f5d0414728.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/php/css/34b729901a37198f5d0414728.css -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/php/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/php/css/menu.css -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/php/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/php/css/style.css -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/php/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/php/index.html -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/php/js/4032af61ca0478304ab7b31b7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/php/js/4032af61ca0478304ab7b31b7.js -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/php/js/extention/choices.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/php/js/extention/choices.js -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/php/js/extention/custom-materialize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/php/js/extention/custom-materialize.js -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/php/js/extention/flatpickr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/php/js/extention/flatpickr.js -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/php/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/php/js/index.js -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/php/player_search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/php/player_search.php -------------------------------------------------------------------------------- /fifa/procedures/php/phpforstoredprocedure/player_search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/phpforstoredprocedure/player_search.html -------------------------------------------------------------------------------- /fifa/procedures/php/select.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/php/select.php -------------------------------------------------------------------------------- /fifa/procedures/procedures.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/procedures/procedures.html -------------------------------------------------------------------------------- /fifa/report/_project_report.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/report/_project_report.docx -------------------------------------------------------------------------------- /fifa/report/_project_report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/report/_project_report.pdf -------------------------------------------------------------------------------- /fifa/report/css/34b729901a37198f5d0414728.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/report/css/34b729901a37198f5d0414728.css -------------------------------------------------------------------------------- /fifa/report/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/report/css/menu.css -------------------------------------------------------------------------------- /fifa/report/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/report/css/style.css -------------------------------------------------------------------------------- /fifa/report/js/4032af61ca0478304ab7b31b7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/report/js/4032af61ca0478304ab7b31b7.js -------------------------------------------------------------------------------- /fifa/report/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/report/js/index.js -------------------------------------------------------------------------------- /fifa/report/project_report.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/report/project_report.html -------------------------------------------------------------------------------- /fifa/report/~$roject_report.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/report/~$roject_report.docx -------------------------------------------------------------------------------- /fifa/search_player/css/34b729901a37198f5d0414728.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/css/34b729901a37198f5d0414728.css -------------------------------------------------------------------------------- /fifa/search_player/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/css/menu.css -------------------------------------------------------------------------------- /fifa/search_player/css/searchbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/css/searchbar.css -------------------------------------------------------------------------------- /fifa/search_player/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/css/style.css -------------------------------------------------------------------------------- /fifa/search_player/js/4032af61ca0478304ab7b31b7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/js/4032af61ca0478304ab7b31b7.js -------------------------------------------------------------------------------- /fifa/search_player/js/extention/choices.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/js/extention/choices.js -------------------------------------------------------------------------------- /fifa/search_player/js/extention/custom-materialize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/js/extention/custom-materialize.js -------------------------------------------------------------------------------- /fifa/search_player/js/extention/flatpickr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/js/extention/flatpickr.js -------------------------------------------------------------------------------- /fifa/search_player/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/js/index.js -------------------------------------------------------------------------------- /fifa/search_player/nr/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/nr/css/menu.css -------------------------------------------------------------------------------- /fifa/search_player/nr/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/nr/css/style.css -------------------------------------------------------------------------------- /fifa/search_player/nr/js/index.js: -------------------------------------------------------------------------------- 1 | "🐶 ♥️" -------------------------------------------------------------------------------- /fifa/search_player/php/css/34b729901a37198f5d0414728.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/php/css/34b729901a37198f5d0414728.css -------------------------------------------------------------------------------- /fifa/search_player/php/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/php/css/menu.css -------------------------------------------------------------------------------- /fifa/search_player/php/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/php/css/style.css -------------------------------------------------------------------------------- /fifa/search_player/php/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/php/index.html -------------------------------------------------------------------------------- /fifa/search_player/php/js/4032af61ca0478304ab7b31b7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/php/js/4032af61ca0478304ab7b31b7.js -------------------------------------------------------------------------------- /fifa/search_player/php/js/extention/choices.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/php/js/extention/choices.js -------------------------------------------------------------------------------- /fifa/search_player/php/js/extention/custom-materialize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/php/js/extention/custom-materialize.js -------------------------------------------------------------------------------- /fifa/search_player/php/js/extention/flatpickr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/php/js/extention/flatpickr.js -------------------------------------------------------------------------------- /fifa/search_player/php/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/php/js/index.js -------------------------------------------------------------------------------- /fifa/search_player/php/player_search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/php/player_search.php -------------------------------------------------------------------------------- /fifa/search_player/player_search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/search_player/player_search.html -------------------------------------------------------------------------------- /fifa/update_player/css/34b729901a37198f5d0414728.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/css/34b729901a37198f5d0414728.css -------------------------------------------------------------------------------- /fifa/update_player/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/css/menu.css -------------------------------------------------------------------------------- /fifa/update_player/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/css/style.css -------------------------------------------------------------------------------- /fifa/update_player/js/4032af61ca0478304ab7b31b7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/js/4032af61ca0478304ab7b31b7.js -------------------------------------------------------------------------------- /fifa/update_player/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/js/index.js -------------------------------------------------------------------------------- /fifa/update_player/php/css/34b729901a37198f5d0414728.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/css/34b729901a37198f5d0414728.css -------------------------------------------------------------------------------- /fifa/update_player/php/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/css/menu.css -------------------------------------------------------------------------------- /fifa/update_player/php/css/searchbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/css/searchbar.css -------------------------------------------------------------------------------- /fifa/update_player/php/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/css/style.css -------------------------------------------------------------------------------- /fifa/update_player/php/delete.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/delete.html -------------------------------------------------------------------------------- /fifa/update_player/php/js/4032af61ca0478304ab7b31b7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/js/4032af61ca0478304ab7b31b7.js -------------------------------------------------------------------------------- /fifa/update_player/php/js/extention/choices.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/js/extention/choices.js -------------------------------------------------------------------------------- /fifa/update_player/php/js/extention/custom-materialize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/js/extention/custom-materialize.js -------------------------------------------------------------------------------- /fifa/update_player/php/js/extention/flatpickr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/js/extention/flatpickr.js -------------------------------------------------------------------------------- /fifa/update_player/php/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/js/index.js -------------------------------------------------------------------------------- /fifa/update_player/php/modify.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/modify.html -------------------------------------------------------------------------------- /fifa/update_player/php/php/css/34b729901a37198f5d0414728.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/css/34b729901a37198f5d0414728.css -------------------------------------------------------------------------------- /fifa/update_player/php/php/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/css/menu.css -------------------------------------------------------------------------------- /fifa/update_player/php/php/css/searchbar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/css/searchbar.css -------------------------------------------------------------------------------- /fifa/update_player/php/php/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/css/style.css -------------------------------------------------------------------------------- /fifa/update_player/php/php/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/index.html -------------------------------------------------------------------------------- /fifa/update_player/php/php/js/4032af61ca0478304ab7b31b7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/js/4032af61ca0478304ab7b31b7.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/js/extention/choices.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/js/extention/choices.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/js/extention/custom-materialize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/js/extention/custom-materialize.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/js/extention/flatpickr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/js/extention/flatpickr.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/js/index.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/nr/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/nr/css/menu.css -------------------------------------------------------------------------------- /fifa/update_player/php/php/nr/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/nr/css/style.css -------------------------------------------------------------------------------- /fifa/update_player/php/php/nr/js/index.js: -------------------------------------------------------------------------------- 1 | "🐶 ♥️" -------------------------------------------------------------------------------- /fifa/update_player/php/php/php_submit_delete/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/php_submit_delete/css/style.css -------------------------------------------------------------------------------- /fifa/update_player/php/php/php_submit_delete/delete_byage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/php_submit_delete/delete_byage.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/php_submit_delete/delete_byname.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/php_submit_delete/delete_byname.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/php_submit_delete/delete_bynationality.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/php_submit_delete/delete_bynationality.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/php_submit_delete/delete_byoverallrating.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/php_submit_delete/delete_byoverallrating.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/php_submit_delete/delete_byplayerid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/php_submit_delete/delete_byplayerid.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/php_submit_delete/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/php_submit_delete/index.html -------------------------------------------------------------------------------- /fifa/update_player/php/php/php_submit_delete/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/php_submit_delete/js/index.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_personal_details/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_personal_details/css/menu.css -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_personal_details/db-connect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_personal_details/db-connect.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_personal_details/error_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_personal_details/error_log -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_personal_details/inline-table-edit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_personal_details/inline-table-edit.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_personal_details/jquery.tabledit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_personal_details/jquery.tabledit.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_personal_details/jquery.tabledit.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_personal_details/jquery.tabledit.min.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_personal_details/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_personal_details/js/index.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_personal_details/logic-edit-delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_personal_details/logic-edit-delete.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_club/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_club/css/menu.css -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_club/db-connect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_club/db-connect.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_club/error_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_club/error_log -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_club/inline-table-edit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_club/inline-table-edit.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_club/jquery.tabledit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_club/jquery.tabledit.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_club/jquery.tabledit.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_club/jquery.tabledit.min.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_club/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_club/js/index.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_club/logic-edit-delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_club/logic-edit-delete.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_position/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_position/css/menu.css -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_position/db-connect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_position/db-connect.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_position/error_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_position/error_log -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_position/inline-table-edit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_position/inline-table-edit.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_position/jquery.tabledit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_position/jquery.tabledit.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_position/jquery.tabledit.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_position/jquery.tabledit.min.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_position/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_position/js/index.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_position/logic-edit-delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_position/logic-edit-delete.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_salary/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_salary/css/menu.css -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_salary/db-connect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_salary/db-connect.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_salary/error_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_salary/error_log -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_salary/inline-table-edit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_salary/inline-table-edit.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_salary/jquery.tabledit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_salary/jquery.tabledit.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_salary/jquery.tabledit.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_salary/jquery.tabledit.min.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_salary/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_salary/js/index.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_salary/logic-edit-delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_salary/logic-edit-delete.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_stats/css/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_stats/css/menu.css -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_stats/db-connect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_stats/db-connect.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_stats/error_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_stats/error_log -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_stats/inline-table-edit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_stats/inline-table-edit.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_stats/jquery.tabledit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_stats/jquery.tabledit.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_stats/jquery.tabledit.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_stats/jquery.tabledit.min.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_stats/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_stats/js/index.js -------------------------------------------------------------------------------- /fifa/update_player/php/php/test_player_stats/logic-edit-delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/test_player_stats/logic-edit-delete.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/try_delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/try_delete.php -------------------------------------------------------------------------------- /fifa/update_player/php/php/try_modify.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/php/php/try_modify.php -------------------------------------------------------------------------------- /fifa/update_player/update_player.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/fifa/update_player/update_player.html -------------------------------------------------------------------------------- /readme_attachments/building_db_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/readme_attachments/building_db_1.png -------------------------------------------------------------------------------- /readme_attachments/building_db_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/readme_attachments/building_db_2.png -------------------------------------------------------------------------------- /readme_attachments/building_db_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/readme_attachments/building_db_3.png -------------------------------------------------------------------------------- /readme_attachments/login_wamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/readme_attachments/login_wamp.png -------------------------------------------------------------------------------- /readme_attachments/running_wamp_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/readme_attachments/running_wamp_1.png -------------------------------------------------------------------------------- /readme_attachments/running_wamp_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/readme_attachments/running_wamp_2.png -------------------------------------------------------------------------------- /readme_attachments/wamp_installation_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/readme_attachments/wamp_installation_1.png -------------------------------------------------------------------------------- /readme_attachments/wamp_installation_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/readme_attachments/wamp_installation_2.png -------------------------------------------------------------------------------- /readme_attachments/wamp_installation_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/readme_attachments/wamp_installation_3.png -------------------------------------------------------------------------------- /readme_attachments/wamp_installation_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/readme_attachments/wamp_installation_4.png -------------------------------------------------------------------------------- /readme_attachments/wamp_installation_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/readme_attachments/wamp_installation_5.png -------------------------------------------------------------------------------- /readme_attachments/wamp_installation_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/readme_attachments/wamp_installation_6.png -------------------------------------------------------------------------------- /screenshots/s1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s1.jpg -------------------------------------------------------------------------------- /screenshots/s10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s10.jpg -------------------------------------------------------------------------------- /screenshots/s11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s11.jpg -------------------------------------------------------------------------------- /screenshots/s12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s12.jpg -------------------------------------------------------------------------------- /screenshots/s13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s13.jpg -------------------------------------------------------------------------------- /screenshots/s14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s14.jpg -------------------------------------------------------------------------------- /screenshots/s15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s15.jpg -------------------------------------------------------------------------------- /screenshots/s16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s16.jpg -------------------------------------------------------------------------------- /screenshots/s17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s17.jpg -------------------------------------------------------------------------------- /screenshots/s2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s2.jpg -------------------------------------------------------------------------------- /screenshots/s3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s3.png -------------------------------------------------------------------------------- /screenshots/s4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s4.jpg -------------------------------------------------------------------------------- /screenshots/s5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s5.jpg -------------------------------------------------------------------------------- /screenshots/s6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s6.jpg -------------------------------------------------------------------------------- /screenshots/s7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s7.jpg -------------------------------------------------------------------------------- /screenshots/s8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s8.jpg -------------------------------------------------------------------------------- /screenshots/s9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/screenshots/s9.jpg -------------------------------------------------------------------------------- /tables/sp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/tables/sp.png -------------------------------------------------------------------------------- /tables/t1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/tables/t1.jpg -------------------------------------------------------------------------------- /tables/t2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/tables/t2.jpg -------------------------------------------------------------------------------- /tables/t3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/tables/t3.jpg -------------------------------------------------------------------------------- /tables/t4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/tables/t4.jpg -------------------------------------------------------------------------------- /tables/t5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/tables/t5.jpg -------------------------------------------------------------------------------- /tables/tr1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/tables/tr1.jpg -------------------------------------------------------------------------------- /tables/tr2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/tables/tr2.jpg -------------------------------------------------------------------------------- /tables/tr3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inboxpraveen/FIFA-18-Management-System/HEAD/tables/tr3.jpg --------------------------------------------------------------------------------