Anyone see anything wrong with this line of code?

$fine = mysql_query("INSERT INTO
tblPOItems(poID,poItemUPC,poItemNumber,poItemDescription,poItemInnerCasePkg,
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.

I checked the column count a number of times.  Everything is fine there. Not
that it would matter as much since i am specifying it.  :\

Thanks,

-Mike



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

Reply via email to