Estimation du désespoir ()

>
'; $v=''; if(isset($_POST['current_val'])) $v='value="'.$_POST['current_val'].'"'; echo ' '; echo ' '; if(isset($_POST['current_val'])) { if($_POST['current_val']>=$_POST['init_val']) { echo '
'; } else { $delta_pos=$_POST['init_val']-$_POST['current_val']; $delta_ts=$_POST['current_ts']-$_POST['init_ts']; $sPos=($delta_ts/$delta_pos); $eta=$sPos*$_POST['current_val']; $ts=mktime()+$eta; $date=date("d/m/Y H:i:s",$ts); echo '
'; } } } ?>
"; print_r($_POST); echo ""; */ ?>