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
1 Posted Topic
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]
The End.
blex41