To Do list for multiple users using MySQL, Need some advice regarding Projectwork?
- by Steve
i am thinking to create a To Do list sort of thing for my Project work.
it's sort of a To do list type thing, meant for Multiple Users.
i mean each user will have his
Login and Password , to access into his account or profile and from there he/she can Manage
his own To-Do list. it's has to be Kind of like Remember the Milk sort of.
Every user will have his own To Do list.
i mean now as Different users will have Different To Dos to perform and so different To Dos Lists, if for data fields like in tabular form.
Task || Priority || Deadline || Number of days required ||Status.
-----||----------||----------||-------------------------||--------------------
-----||----------||----------||-------------------------||--------------------
-----||----------||----------||-------------------------||--------------------
So what i meant to ask , Can this type of thing be done using MySQL as database and
and any web based server side language PHP, ASP, JSP.
i mean Can this be done through RDBMS like MySQL, for here different member users will have different to do lists than each others to keep and maintain.