To Do list for multiple users using MySQL, Need some advice regarding Projectwork?

Posted by Steve on Super User See other posts from Super User or by Steve
Published on 2013-11-03T02:56:16Z Indexed on 2013/11/03 3:58 UTC
Read the original article Hit count: 411

Filed under:

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.

© Super User or respective owner

Related posts about mysql