|
winter -> How to Show AccountExpires (5/4/2008 18:52:14)
|
Hi – using FP2003 + the Dev Version of the Spooky Login System, I am trying to set up a page where users can view their other account records associated with the login system. The page is password protected. I have been able to show the session variable for x_FirstName, X_Lastname etc. but the one that just won’t work is a session variable that would show when the account is expired. I am using this bit of code: <%=Session("AccountExpires")%> In the admin panel for the login, each member record expirary date is set manually. It’s not linked to a pay pal feature. I tried using the DRW with the login db, and the Spooky Diet, adding: fp_sQry="SELECT * FROM Users WHERE (UserID='"&Session("UserID")&"')" ,,, and selecting “accountexpires” for a result, but only get a DRW error. Am I missing something or is it more complicated than this? Help would be very appreciated! [8|]
|
|
|
|