RE: [PHP] Agh! Driving me crazy!

2003-06-18 Thread Jennifer Goodie
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,

RE: [PHP] Agh! Driving me crazy!

2003-06-18 Thread Michael Sweeney
Also, you might have problems with the array reference $place[1] not expanding from within the string - you might need to concatenate the string around it: ...'$cases', '. $place[1] .', '$iice'... ..michael.. On Wed, 2003-06-18 at 12:05, Jennifer Goodie wrote: You are missing the closing )

RE: [PHP] Agh! Driving me crazy!

2003-06-18 Thread Lars Torben Wilson
On Wed, 2003-06-18 at 12:56, Michael Sweeney wrote: Also, you might have problems with the array reference $place[1] not expanding from within the string - you might need to concatenate the string around it: ...'$cases', '. $place[1] .', '$iice'... ..michael.. No, his syntax with that

RE: [PHP] Agh! Driving me crazy!

2003-06-18 Thread Mike At Spy
Gah!!! :) Thanks! Thanks to all! :) -Mike -Original Message- From: Jennifer Goodie [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 3:05 PM To: Mike At Spy; [EMAIL PROTECTED] Subject: RE: [PHP] Agh! Driving me crazy! You are missing the closing ) around the values

Re: [PHP] Agh! Driving me crazy!

2003-06-18 Thread Robert Cummings
Mike At Spy wrote: 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]',