Introduction   Getting Started   Upgrading   Function Reference   Changelog   Support and Feedback

register_anti_spam

Usage: string register_anti_spam ()
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();

See also: check_anti_spam


User Contributed Notes

There are currently no user contributed notes for this page.

Documentation Generated at Sat, 16 Apr 2005 07:36:35 -0700
Find the latest version at http://ipbsdk.sourceforge.net