<?php $time = 0; $minutes = $_POST['minutes'] ?? "possibly a string"; $time = $time + $minutes; var_dump($time);
You have javascript disabled. You will not be able to edit any code.