register_anti_spam
Usage: string register_anti_spam ()
Purpose: Creates a new anti-spam session.
Availability: IPB SDK 1.5
Purpose: Creates a new anti-spam session.
Availability: IPB SDK 1.5
Registers a new session entry into the register_anti_spam table.
Returns the md5 session id of the current session.
// Begins a new session, and stores session id in '$s_id'
$s_id = $SDK->register_anti_spam();
$s_id = $SDK->register_anti_spam();
See also: check_anti_spam
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.