Posts
 
Reputation
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

1 Posted Topic

Member Avatar for tez

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 …

Member Avatar for benivere
0
180

The End.