T O P I C R E V I E W |
MarcelG |
Posted - 26 July 2005 : 09:54:20 Just a quick question. Am I right to say that a getMemberID(strDBNTUserName) is no longer necessary, since the introduction of MemberID ?
I've got some custom pages which include the inc_header.asp, where I use getMemberID(strDBNTUserName) for retrieving the member_id of the member logged in.
I think it'll save, like errrr, many db calls but I'm not sure if my assumption is correct.< |
6 L A T E S T R E P L I E S (Newest First) |
AnonJr |
Posted - 26 July 2005 : 19:38:33 Cool. I'm trying to cut down on headaches from people not printing their verification pages - the pages that show they successfully completed their online test. I have a logid show up that they can write down (heh). I was thinking of having it set up so that they filled in the name, et al using thier forum login and having a lookup table show them all the tests they took under their profile.
This makes getting the MemberID a whole lot easier...
< |
ruirib |
Posted - 26 July 2005 : 18:19:44 MemberID is initialized with the ChkUser call in inc_header.asp. It's rather at an early point of the processing of each page.< |
AnonJr |
Posted - 26 July 2005 : 15:15:23 At which point is this initialized?< |
Shaggy |
Posted - 26 July 2005 : 10:36:49 You're welcome
< |
MarcelG |
Posted - 26 July 2005 : 10:29:38 Thanks!! /me is going to save some db calls!< |
Shaggy |
Posted - 26 July 2005 : 10:17:22 Yes, getMemberID(strDBNTUserName) will give you the same result as MemberID.
< |