$dbcnx = @mysql_connect('mysql.plainhost.com', 'ecosmar_ecosmart', 'ecoman1');
mysql_select_db('ecosmar_products', $dbcnx);
$ok3 = @mysql_query("UPDATE shipping SET type='$type',o_country='$o_country',o_city='$o_city',o_code='$o_code',custom_value='$custom_value',handling='$handling',currency='$currency',weight_lb='$weight_lb',length_in='$length_in',width_in='$width_in',height_in='$height_in',fixed_price='$fixed_price',minimum='$minimum',percent_of_sale='$percent_of_sale',up_date='$up_date' WHERE productname='$productname'");
if ($ok3) {echo("
Successful Product Shipping Update
");
}else{die ("
Error Updating Product Shipping!
".
'Error:' . mysql_error() . '
');
}
?>
©2006 - Data Base Interface - Custom Built at:
|