https://github.com/shubhamdutta2000/php-admin-panel-with-mysql
PHP Admin Panel with pdf upload feature with proper authentication.
https://github.com/shubhamdutta2000/php-admin-panel-with-mysql
authentication mysql php
Last synced: about 2 months ago
JSON representation
PHP Admin Panel with pdf upload feature with proper authentication.
- Host: GitHub
- URL: https://github.com/shubhamdutta2000/php-admin-panel-with-mysql
- Owner: Shubhamdutta2000
- Created: 2022-05-19T10:54:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T17:57:30.000Z (about 4 years ago)
- Last Synced: 2025-08-17T19:42:58.323Z (11 months ago)
- Topics: authentication, mysql, php
- Language: PHP
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Php-Admin-Panel
> Admin panel where admin can able to add, view and delete tender and eoi with pdf upload feature with proper authentication with mysql database.
## How to Use
- Clone this project in the htdocs folder in xampp folder:
```
git clone https://github.com/Shubhamdutta2000/Php-Admin-Panel.git
```
- Start Xampp apache server and mysql server
- Then create Db and add 3 tables
```
DB: grseDB
Tables: tendertable, eoitable, cred
```
- Then open ```http://localhost/Php-Admin-Panel```
## Tables:
- ***tendertable***:
| id | unitName | eoiDetails | eoiNum | dateOfEoiPub | closingDateTime | pdfName | bidderPreQualification | biddingInstruction |
| -- | -------- | ---------- | ------ | ------------ | --------------- | ------- | ---------------------- | ------------------ |
| 1 | GRSE UNIT | Notice inviting Expression of Interest (EOI) | EOI/COSEC/01/2022 | 18-Apr-2022 | 10-May-2022 | sample.pdf | NA | NA |
- ***eoitable***
| id | unitName | enquiryNum | enquiryDate | tenderDetails | status | closingDateTime | costOfTenderDoc | emd | pdfName | bidderPreQualification | biddingInstruction |
| -- | -------- | ---------- | ----------- | ------------- | ------ | --------------- | --------------- | --- |-------- | ---------------------- | ------------------ |
| 1 | GRSE UNIT | SCC/AJK/ST/LAUNCH HI RING/015/ET-1856 | 18-Apr-2022 | Hiring of Launch service | single | 10-May-2022:11:00:00pm | 120.8 | 787 | sample.pdf | NA | NA |
- ***cred***
| userId |
| ------ |
| admin |
## License
- MIT