An open API service indexing awesome lists of open source software.

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.

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
![image](https://github.com/parthasdey2304/AnExtraRep/assets/131694386/2f02a64d-8119-4f4c-ab33-3de3d2e741fd)

# Thank You