Re: Fwd: Is it possible???

[email protected] (Carlos Medina)
Newsgroups php.general
Organization SimplyNetworks
Message-ID <[email protected]>
Hi Karl,
i dont know what you want to do. But i can say: The
$item_amount_in_store variable is not the same to $item_amount_in_Store
(case sensitive). It work for me...

Regards

Carlos Medina


Am 24.06.2013 14:02, schrieb Karl-Arne Gjersøyen:
> 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
> 
> 
>
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.