https://github.com/parthasdey2304/anextrarep
This is the assignment for the internship provided by AnExtraRep.
https://github.com/parthasdey2304/anextrarep
Last synced: about 1 month ago
JSON representation
This is the assignment for the internship provided by AnExtraRep.
- Host: GitHub
- URL: https://github.com/parthasdey2304/anextrarep
- Owner: parthasdey2304
- License: mit
- Created: 2023-07-02T04:49:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T06:57:25.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T14:55:15.882Z (about 1 year ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnExtraRep
This is the assignment for the internship provided by AnExtraRep.
# Requirements
Create a simple html form using javascript, css, html
Form should have the following fields
1. Name
2. Age
3. Weight
4. Email Id
5. Upload Health Report (use a sample pdf file)
6. Submit Button
Also write a simple php-mysql code to insert user details and pdf file into the database.
Write a second php code to fetch user health report(pdf file) on the basis of email id.
# Screenshot

# Thank You