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
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;
$s_id = $SDK->register_anti_spam();
// Output image for user...
$img = $SDK->anti_spam_image_html($s_id);
echo $img;
See also: register_anti_spam, 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.