$num_items) { tpcw_error("illegal item ID " . $vars['I_ID'] . " - range is 1.." . $num_items); } /* * Check that we have I_NEW_COST and quote it */ if (empty($vars['I_NEW_COST'])) { tpcw_error("New Price must be specified"); } $new_cost = "'" . addslashes($vars['I_NEW_COST']) . "'"; /* * Validate I_NEW_IMAGE */ $new_image_no = (integer)$vars['I_NEW_IMAGE']; $new_image_gn = (integer)(($new_image_no - 1) / 1000) + 1; $new_image_fn = $image_path . "/items/group_" . $new_image_gn . "/item_" . $new_image_no . ".jpg"; if (!file_exists($new_image_fn)) { tpcw_error("New Image " . $new_image_fn . " does not exist"); } $new_image_fn = "'" . addslashes($new_image_fn) . "'"; /* * Validate I_NEW_THUMBNAIL */ $new_thumb_no = (integer)$vars['I_NEW_THUMBNAIL']; $new_thumb_gn = (integer)(($new_thumb_no - 1) / 1000) + 1; $new_thumb_fn = $image_path . "/thumbnails/group_" . $new_thumb_gn . "/item_" . $new_thumb_no . ".jpg"; if (!file_exists($new_thumb_fn)) { tpcw_error("New Thumbnail " . $new_thumb_fn . " does not exist"); } $new_thumb_fn = "'" . addslashes($new_thumb_fn) . "'"; /* * Connect to the database and call the DB specific function * to update the item. */ db_connect(); db_start_transaction(false); $row = wrap('db_update_item', $i_id, $new_cost, $new_image_fn, $new_thumb_fn); if (!$row) { tpcw_error("Item " . $i_id . " not found!"); } $i_title = $row[0]; $a_fname = $row[1]; $a_lname = $row[2]; $i_pub_date = $row[3]; $i_publisher = $row[4]; $i_desc = $row[5]; $i_image = $row[6]; $i_thumbnail = $row[7]; $i_cost = $row[8]; $i_srp = $row[9]; $i_avail = $row[10]; $i_isbn = $row[11]; $i_page = $row[12]; $i_backing = $row[13]; $i_dimension = $row[14]; $you_save = $row[15]; /* * Insert tags into oversize words of the description * to avoid awkward formatting of the page */ $desc_words = explode(" ", $i_desc); for ($i = 0; $i < sizeof($desc_words); $i++) $desc_words[$i] = chunk_split($desc_words[$i], 40, ""); $i_desc = implode(" ", $desc_words); db_commit_transaction(); db_disconnect(); ?> TPC-W Admin Confirm

TPC Web Commerce Benchmark (TPC-W)

Admin Confirm Page

Product Updated

Title:

 
Author:
 

Description:

Suggested Retail: $
Our Price: $
You Save: $

Backing: , pages
Pubblished by
Publication date:
Avail date:
Dimensions (in inches):
ISBN:


\n"; ?>