GetMemberId (inc_func_secure.asp)
Function GetMemberID(fUser_Name)
Arguments
fUser_Name - the member's username
Returns
The member ID associated with the specified username. If no match is found the function returns 0.
Description
This funtion is used to retrieve the member's ID number (the MEMBER_ID value in the database) for the specified username (fUser_Name) that is passed to the function.
Example
Dim strUserID
strUserID = getMemberID("MoonPie")