I have the login page created that captures the userid & also an edit page that shows all info of a certain table in database. Trying to figure out when a user views the edit page to have it only show the info the user created. Making it only possible to edit info specific to that logged in user.
I have a validate session that checks to make sure the user is logged, any suggestions would help greatly.
- Thanks in advance.