Select a product to edit

"; $stuff = sybase_query("select * from trainitems ORDER BY itemid", $connection); print ""; while ($row = sybase_fetch_array($stuff)) { print ""; # print ""; print ""; } print "
$row[productname]\$$row[price]

"; our_footer(); ?>