You are missing the closing ) around the values you are inserting.

> Anyone see anything wrong with this line of code?
>
> $fine = mysql_query("INSERT INTO
> tblPOItems(poID,poItemUPC,poItemNumber,poItemDescription,poItemInn
> erCasePkg,
> poInnerQuantity,poItemEstQuantity,poItemCostEach,poItemSuggestedSellPrice)
> values('$poID', '$place[0]', '$inmb', '$ides', '$iicp', '$cases',
> '$place[1]', '$iice', '$isgs'");
>
> I keep getting:
>
> Query failed: You have an error in your SQL syntax near '' at line 1 Query
> was: 1064 exiting.
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to