new_category
Usage: mixed new_category (string name)
Purpose: Creates a new category.
Availability: IPB SDK 1.0
Purpose: Creates a new category.
Availability: IPB SDK 1.0
Creates a new category with the name name. Returns the ID of the newly created category on success. If the category could not be created FALSE will be returned.
// Creates a new category called "Dwaggy Power"
$SDK->new_category("Dwaggy Power");
$SDK->new_category("Dwaggy Power");
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.