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

[email protected]
Newsgroups php.general
Message-ID <[email protected]>
You should give a complete programm so we can run exactly
the same you do, like this:

<?php

$item_amount_in_store = 223;

print ("$item_amount_in_store");

$update_amount = 7;
$item_amount_in_store += $update_amount;

print (" + $update_amount = $item_amount_in_store  ");
?>

which gives this result:

223 + 7 = 230
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.