Let’s imagine that I have a program which allows users to earn points when they use my service.
The thing I actually desire is that members can log in, or sign up.
If they have their own ID. They can go to the login page (which I can easily create), and type in their log in information. If the information typed in matches with the information on my database , they will be led to the member page, if not, they will be asked to retype.
When they’re logged in, they can review their points (which is collected from my database ), their point are based on their unique user information. (I know how to create a dynamic item to show “the points”.
Furthermore, they can modify their own information, then the updates will be rewritten onto my database . For example, if they want to claim their point, they can go to a page I call “Points Claim”, at which they can type in the point that they have earn recently, then the recent point with be added to their present point, and the new points will be written onto my databased .
If the visitor does not have an ID, they can register with their information, then that information will be written onto my database as above .
Is there any solution for my problems?
Anyway thank you for supporting. Thanks.