Would something like this work....
If($_POST['submit']){//add error checking for whatever critical fields
echo "Thank you for filling out my form.\n";
} else {
//display form with a <input type="submit" name="submit" value="Save">
}
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

