[Solved] Stuck at this error: Incorrect integer value: ” for column ‘____’ at row 1
Query need to be like:- $sql = “INSERT INTO prodb.simplex_list (code, description, manufacturer, cost_per_unit, weight_per_unit, bar_code, ingredients_list, allergens_contains, allergens_may_contain) VALUES (‘$proCode’, ‘$proDescr’, ‘$proManu’, ‘$proCPU’,’$proWPU’, ‘$proBarCode’, ‘$proIngredients’, ‘$proAllergens’, ‘$proMayAllergens’)”; Note:- please stop using mysql_*. Use mysqli_* or PDO. Also this will work only when id field must be auto incremented. 8 solved Stuck at this error: … Read more