I want to include member info (Name, Address, etc.) on a WordPress page, querying by member Name. Does someone have the PHP code for that?
I think you could use the wordpress plugin php exec along with an amember call: http://www.amember.com/docs/Content/PHPScripts David
I know I will need the WordPress php plugin, but I need the php code that connects to the aMember database, queries the members table, selecting by member's name, and returns the member's info (such as address, etc.). I don't know what an "amember call" is and the link you provided seemed to be for something else?