Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
~180 People Reached
Favorite Forums
Favorite Tags
1 Posted Topic
One simple way is to use database tables for users and user authentication. User authentication is a token created by your stored procedures / PHP code. You can either store the authentication within the HTML page (required if the user has disabled cookies, in which case consider HTTPS), or the …
The End.
benivere