Ask your own question, for FREE!
Computer Science 7 Online
OpenStudy (anonymous):

help me to design coding for login function..the criteria are you can register a new user and login current user. the number of user can be stored until 5 user. we can call back the details of the user when registration

OpenStudy (anonymous):

What language? What server environment (if any)?

OpenStudy (anonymous):

c language =D

OpenStudy (anonymous):

How are you going to be storing the usernames and passwords (file, database, in memory only until the program exits)? Will you be able to delete or modify users after they've been created?

OpenStudy (anonymous):

just store the usernames and password and we can recall back..also can modify the user but cant delete it

OpenStudy (anonymous):

Will these be stored in a database, a file, or in memory?

OpenStudy (anonymous):

in an array..idk the name

OpenStudy (anonymous):

You need to have a way to make the usernames and password persistent, or they'll be lost each time you restart the program.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!