get_member_pips
Usage: int get_member_pips ([int memberid])
Purpose: Returns the amount of pips a member has.
Availability: IPB SDK 1.0
Purpose: Returns the amount of pips a member has.
Availability: IPB SDK 1.0
Returns the amount of pips member memberid has. If no memberid is provided, the amount of pips the currently logged in member has will be returned.
// You have 3 pips
echo "You have ".$SDK->get_member_pips()." pips";
echo "You have ".$SDK->get_member_pips()." pips";
User Contributed Notes
Documentation Generated at Sat, 16 Apr 2005 07:36:35 -0700
Find the latest version at http://ipbsdk.sourceforge.net
There are currently no user contributed notes for this page.