Introduction   Getting Started   Upgrading   Function Reference   Changelog   Support and Feedback

anti_spam_image_html

Usage: string anti_spam_image_html (string session_id )
Purpose: Returns <img> tags for anti-spam security code.
Availability: IPB SDK 1.5

Returns HTML <img> tags to output the keycode associated with session_id, to allow the user to validate their registration as not spam.

The session_id for a session, is created from register_anti_spam function.

// Create new session
$s_id = $SDK->register_anti_spam();
// Output image for user...
$img = $SDK->anti_spam_image_html($s_id);
echo $img;



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