Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<?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
}
?>