Code: Select all
if ($ls==0) or ($years<13)
{
$grown=(($final*$growth)/100)+((($monthly*12)*$growth)/200);
}As you can see I'm used to Spectrum BASIC and still getting to grips with the simpler commands in PHP.
Moderator: General Moderators
Code: Select all
if ($ls==0) or ($years<13)
{
$grown=(($final*$growth)/100)+((($monthly*12)*$growth)/200);
}