Php project submitted in HK    Click here



 Link    https://drive.google.com/drive/folders/1jW7hZDUuxTyg4priIL6LmhAY8_0mwE5o?usp=sharing

protect detail

1.  There will be two table Usedrs & Tasks

2.  Create a Form to add Users

a.  Structure of user table (Field of table "name","email","mobile","id")

b.  User add form fields

                                           i.        Name

                                         ii.        Email

                                       iii.        mobile

          Add Email verification using jQuery & PHP

          Add Mobile number verification using jQuery & PHP (Regular expression)

          Create a form to add Tasks for the User 

 .            Form Fields

 .                Select box to select Users - All the users would fetched from database

i.                Task Name

ii.                Task Type

1.  Pending

2.  Done

          There will be another button which will export all the Users & There tasks in an excel. (Excel will have two pages "User" & "Task" )