Hi all, this is probably very simple but it is a friday and I've only had 2 cups of coffee.
basically code that follows is a simple adding of vars together and it should ( at least in this case) give 17000 the answer it gives is 15002?
anyways money is 2000 resultsworth is 75 and shareno is 200.
$updatemoney= $resultsworth*$shareno;
print("$updatemoney");
$newmoney=$money+$updatemoney;
print("$newmoney");
Thanks
John "off to get more coffee" Wilson