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.<
Yes, getMemberID(strDBNTUserName) will give you the same result as MemberID.
<
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.”
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.”
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...