Is it possible???
[email protected] (Karl-Arne Gjersøyen)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CAN78Z6C_nXqmwrfzOw=99Q-TVr5xnBHbihxLVx_k+2aWYE7Y8A@mail.gmail.com> |
$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