como dijo cluster header location
agregale el usuario
si tienes en el formulario
<input type='text' name='usuario' value='<?php echo $usuario;?>'>'
deberias hacer el header location algo asi, en donde se supone q capturas tu usuario
Código PHP:
header ("Location: formulario.php?usuario='$usuario'");
exit;