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
~148 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for sickly_man

You could probably use cookies? The user logs in once, then a cookie containing his/her username is stored in the computer. When the user enters info into a row, with php code you get the username from the cookie and you can store it into your database. [icode]$user = $_COOKIE["name_of_the_cookie"];[/icode]

Member Avatar for blex41
0
148

The End.