$obj->addItem ('RULE','RULE-3','rule','F','none');
$obj->addItem ('GAP','GAP-3','spacer','F','none');
$obj->addItem ('Submit Review...','submit','submit','F','none');
$obj->addProperties ('review',' rows="20" cols="45"');
// ----------------------------------------------------------------------------
// Process and Generate
// ----------------------------------------------------------------------------
$obj->template (); // Apply a user template
$obj->parse ($wsf, $posted); // Perform Value & Mask Checking
$obj->generate (); // Process the Structure
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Output the required data in the right format
// ----------------------------------------------------------------------------
$email = $obj->email(); // Create the EMAIL
$db = $obj->db(); // Create the SQL
$html = $obj->display(); // Create the HTML
$errors = $obj->errors(); // Create the Error List
// ----------------------------------------------------------------------------
$obj->addItem ('GAP','GAP-3','spacer','F','none');
$obj->addItem ('Submit Review...','submit','submit','F','none');
$obj->addProperties ('review',' rows="20" cols="45"');
// ----------------------------------------------------------------------------
// Process and Generate
// ----------------------------------------------------------------------------
$obj->template (); // Apply a user template
$obj->parse ($wsf, $posted); // Perform Value & Mask Checking
$obj->generate (); // Process the Structure
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Output the required data in the right format
// ----------------------------------------------------------------------------
$email = $obj->email(); // Create the EMAIL
$db = $obj->db(); // Create the SQL
$html = $obj->display(); // Create the HTML
$errors = $obj->errors(); // Create the Error List
// ----------------------------------------------------------------------------
unabacus:
This is just an example of what i'm currently working on so you can see why i'm bored.