<?PHP
if(!submitting)
{
echo "<font color=\"000000\">\n";
echo "<form method=\"post\">\n";
//The rest of yer form goes here
echo "<input type=\"submit\" name=\"submitting\" value=\"1\">";
}
else
{
echo "<font color=\"333333\">";
echo "Heres what you sent:";
//put the email stuff here
}
?>