Re: [PHP] Fwd: Is it possible???

[email protected] (Sachin Raut)
Newsgroups php.general
Message-ID <CAEg3z6HW7qsKOO7K9Kip0=QUuA0kT_DM9XwL+CaC349u5i2YkA@mail.gmail.com>
variables are case-sensitive.

$item_amount_in_store is different from
$item_amount_in_Store

1st variable contains all lowercase characters, while the 2nd one contains
"S" uppercase character.

happy coding
sachin




On Mon, Jun 24, 2013 at 5:32 PM, Karl-Arne Gjersøyen <[email protected]>wrote:

> Error in my last post This is corrected:
>
> $item_amount_in_store = 223;
> $update_amount = 7;
> $item_amount_in_Store += $update_amount;
>
> It show the result = 227 and not 230. Why is this happen?
>
> Karl
>
> ---------- Forwarded message ----------
> From: Karl-Arne Gjersøyen <[email protected]>
> Date: 2013/6/24
> Subject: Is it possible???
> To: PHP Mailinglist <[email protected]>
>
>
> $item_amount_in_store = 223;
> $update_amount = 7;
> $update_item_amount_in_store += $update_amount;
> $update_amoint_in_store is now 227;
>
> Why? That should be 230!
>
> Karl
>
>
>
> --
> Hjemmeside: http://www.karl-arne.name/
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.