$g_id = 'kb7540009'; $best_number = $_POST['best_number']; $best_description = $_POST['best_description']; $best_qty = $_POST['best_qty']; $best_price_usd = $_POST['best_price_usd']; $best_name = $_POST['best_name']; $best_maker = $_POST['best_maker']; $c_id = $_POST['c_id']; $PHPSESSID = session_id(); include("../inc/db_check_cart.php"); if ($best_qty <>0 && ctype_digit($best_qty)) { include("../inc/db_add_to_cart.php"); } else { include("../inc/db_item_count.php"); } ?>