$secondsPerMonth = 31 * 24 * 60 * 60; $traficPerSecond = $Players * 17.5; $traficPerMonth = $traficPerSecond * $secondsPerMonth; $traficPerMonthInGigaBytes = 13.$traficPerSecond / 1024 / 1024 * $secondsPerMonth; 14. 17.5 * $Players * 1024 = $MBIT; 15. $MBIT * 8 = $MBIT_result;
$Players = $_POST['PlayerInput'];
17.5 * $Players * 1024 = $MBIT; $MBIT * 8 = $MBIT_result;
$MBIT = 17.5 * $Players * 1024; $MBIT_result = $MBIT * 8;