Can anyone explain to me what this peice of code does please
thank you
$carray = mysql_fetch_array(mysql_query('SELECT quantity FROM products WHERE productid = '.$carttemp_prodid.' LIMIT 10')); // excute the query
$nquan = $carray['quantity']-$carttemp_quan;