├── img ├── 1.png ├── 2.png ├── 3.png └── screencapture-localhost-MySQL-table-main-index-php-2022-02-28-15_46_07.png ├── .gitattributes ├── src ├── navbar.php ├── incloudes.php ├── footer.php └── main │ ├── form.php │ └── tabel.php ├── README.md ├── index.php ├── process.php └── ahmed.sql /img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dev-dragon/MySQL-table/HEAD/img/1.png -------------------------------------------------------------------------------- /img/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dev-dragon/MySQL-table/HEAD/img/2.png -------------------------------------------------------------------------------- /img/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dev-dragon/MySQL-table/HEAD/img/3.png -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /img/screencapture-localhost-MySQL-table-main-index-php-2022-02-28-15_46_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-dev-dragon/MySQL-table/HEAD/img/screencapture-localhost-MySQL-table-main-index-php-2022-02-28-15_46_07.png -------------------------------------------------------------------------------- /src/navbar.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /src/incloudes.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 || # | 22 |first name | 23 |last name | 24 |date of birth | 25 |department | 26 |salary | 27 |function | 28 |photo | 29 |action | 30 ||
|---|---|---|---|---|---|---|---|---|---|
| 36 | | 37 | | 38 | | 39 | | 40 | | $ | 41 |42 | |
43 | |
44 | 45 | Edit 47 | 90 | Delte 92 | | 93 ||