Forum Moderators: coopster
<form action="<?php echo $_SERVER['PHP_SELF'];?>" method="post">
This will tell the page to reload itself no matter what it's called when you click submit and then you test for your name variable or you can:
<form action="<YOUR DESTINATION PAGE>" method="post">
Burner