i want to remove hard coded Item_code and put a $whereis variable. but what is the correct syntax to do that?
$query = "SELECT *
FROM `stock`
WHERE Item_code = '{$testingone}' AND size='{$sizurl}'
";
i want to remove hard coded Item_code and put a $whereis variable. but what is the correct syntax to do that?
$query = "SELECT *
FROM `stock`
WHERE Item_code = '{$testingone}' AND size='{$sizurl}'
";