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]',
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
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
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 ) a
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,poItemSug
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', '$case
6 matches
Mail list logo