I have an existing membership website and am thinking of switching to aMember. Is there a function I can call from my web page to verify whether someone is a paid member?
Hi Jllanguille, Yes. There are a few ways you can go about this with Amember. If your existing membership site has a user database you may be able to use Amember as your primary login and provide a single signon experience across the various functions of your site. If your existing membership site DOES NOT have a user database then you can still use Amember by checking session state of the user, via PHP include functions or even checking a protected directory response code (200OK, 401DENIED). Lots of options.