Hello, I have been strugling with this for a while. Is it possible to create a loop that will make this function run automaticly. I want to type in how many times it should repeat the pattern.
For example, i want to run to $sum20
Please help me out!
<?php
$sum = $ROI*$start_balance;
$sum2 = $ROI*$sum;
$sum3 = $ROI*$sum2;
$sum4 = $ROI*$sum3;
$sum5 = $ROI*$sum4;
?>
Regards, desperate developer!