I have an homepage there you can register and log in.
I have a table in my database named members with a number of members.
In that table I have a field called usertype where I have some members who have "read" and some that have "write" as usertype.
I wounder if there is any way that I can get information from the current logged in member to see if the member has write or read as usertype.
03-08-2012, 04:37 PM
largeson
Need more info
Hi,
I need more info to help you.
Have you made the homepage yourself or is it a base system that has premade register and login functions?
1. You could add the value in field "usertype" to another session and use that to fetch the value.