I trying to make small personal website in PHP + MYSQL . In my database there is a table named ' tblUsers ' . I am using this table for users Login .I displayed the username of the user after the login . But how to track the userID of the user .
in my table 3 fields
" intUserID (autoincrement ,primarykey) , txtPassword ,txtUsername"
how to record the userID as session value. please.......