User Registration Form 1 User Login Form 2 Fig 1 User Registers For A Vaccine Form 3 Display Of Complete Info Of The Use 1 (61.67 KiB) Viewed 39 times
User Registration Form 1 User Login Form 2 Fig 1 User Registers For A Vaccine Form 3 Display Of Complete Info Of The Use 2 (32.87 KiB) Viewed 39 times
USER REGISTRATION Form 1 USER LOGIN Form 2 Fig 1 USER REGISTERS FOR A VACCINE Form 3 DISPLAY OF COMPLETE INFO OF THE USER AND REGISTERED VACCINE Form 4 1. Create a user registration form [Form 1] with fields - username, user phone number, user password and an option to upload photo. 2. Create a form handler for Form1. Using PHP-MYSQL API, store the user details in the table [database]. Verify if the user already exists. Give appropriate messages. Also, store the photo uploaded by the user in a folder named 'Photos'. 3. Create a Login form [Form 2] with fields - user phone number and user password. 4. Create a form handler for Form 2 to verify the login credentials of the user. If the user exists, redirect him/her to Form 3. Or give appropriate message if the credentials fail. 5. Create Form 3 as shown in Fig 4 below, which allows user to register for a vaccine. Vaccine list must be populated from database.
Add Vaccine-User User Name:John User Phone:172609982 Date: (yyyy-mm-dd) Enter Preferred date for taking the Vaccine Select Vaccine: Select Select Submit pfizer astra zanca senovac Fig 2. 6. Create a form handler for Form 3, whereby the selected vaccine and the date are stored in the database for the user who is logged in. After storing the details, redirect the user to 'View vaccine details'. 7. As shown in Form 4, show details of the user and the vaccine he registered for along with the picture of the user
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!