update_sig
Usage: bool update_sig (string newsig)
Purpose: Update the currently logged in user's signature.
Availability: IPB SDK 0.5
Purpose: Update the currently logged in user's signature.
Availability: IPB SDK 0.5
Update the currently logged in user's signature to newsig. Returns TRUE on success.
If the user is not logged in, or the signature is too long FALSE will be returned.
$newsig = "[b]Bob's TV's on Fire!!![/b]";
if ($SDK->update_sig($newsig)) {
echo "Sig Updated!";
} else {
echo 'Error: '.$SDK->sdk_error();
}
if ($SDK->update_sig($newsig)) {
echo "Sig Updated!";
} else {
echo 'Error: '.$SDK->sdk_error();
}
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.