>>687
processForm.php
<html><body>
<?php
echo "thank you ".$_POST['username']."<br>";
?>
</body></html>