There is also nverror.php
<?php
/* START ERROR FUNCTIONS */
function default_success() {
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<TITLE>Budget Web Hosting Services - CompUSA Web Design/Hosting</TITLE>
<META NAME="Title" CONTENT="Budget Web Hosting Services - CompUSA Web
Design/Hosting">
<META NAME="Subject" CONTENT="If you are interested in budget web hosting
services we offer a complete line of budget web hosting plans.">
<META NAME="Description" CONTENT="If you are interested in budget web
hosting services we offer a complete line of budget web hosting plans.">
<META NAME="Abstract" CONTENT="If you are interested in budget web hosting
services we offer a complete line of budget web hosting plans.">
<META NAME="Keywords" CONTENT="Budget Web Hosting, Budget Web Hosting
Services">
<META NAME="Language" CONTENT="English">
<META NAME="Distribution" CONTENT="Global">
<META NAME="Robots" CONTENT="All">
<LINK REL="stylesheet" type="text/css" HREF="css/compusa_style.css">
<script>
function popup(link, width, height, name ) {
window.open(link, name, "height="+height+",width="+width+",scrollbars=no,resizable=no,status=0,menubar=no,toolbar=no,titlebar=no")
}
</script>
<style type="text/css">
<!--
.style1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}
.style2 {color: #FF0000}
.style3 {color: #FFFFFF}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" class="cmpusa">
<table cellpadding="0" cellspacing="0" border="0" width="631" bgcolor="#FFFFFF">
<tr>
<!-- HEADER -->
<td width="631">
<table cellpadding="0" cellspacing="0" border="0" width="631">
<tr>
<td width="631" bgcolor="#000000"><a href="http://www.compusahosting.com/"><img src="images/hdr_cmpmain01.jpg" width="513" height="50" alt="" border="0"></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<!-- BODY -->
<td>
<blockquote>
<body>
<CENTER>
<h2>Your form has been submitted successfully!</h2><?php echo "$footer"; ?> </CENTER>
</blockquote>
</FORM></td>
</tr>
<tr>
<!-- FOOTER -->
<td> <table cellpadding="0" cellspacing="0" border="0" width="631">
<tr>
<td width="631" height="20" nowrap bgcolor="#CC0000" class="footer style1">Copyright © CompUSA Management Company. All Rights Reserved. | <span class="footer"><a href="http://www.cihost.com" target="_new"><img src="images/footer_cihost.gif" width="146" height="10" border="0"></a></span></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
<?php
exit;
} /* end function: "default_success" */
function no_pst() {
?>
<html>
<head>
<title>Novice Form Version 1.1 </title>
</head><body bgcolor="#cfcfcf">
<center>
<table width=500 border=1><tr><td bgcolor="#000080">
<br><br>
<font face="Arial" color="#ffffff">
<center>
Novice Form Version 1.1<br><br>
© Copyright 2000-2003 Seth Knorr<br><br>
A free download of this script can be found at: <a href="http://www.noviceform.com/" target="_blank"> <font color="#ff0000"><b> [url]http://www.noviceform.com/[/url] </b></font></a>
</font></center>
<br><br>
</td></tr></table>
</center>
</body></html>
<?php
exit;
} /* end function: "no_pst" */
function msng_email() {
$title = "<title>Missing or invalid format of email!</title>";
$errormessage = "<h2>Missing or invalid format of email.</h2><b>The email Field must be filled in and in the proper format!</b>";
echo "$title";
echo "$errormessage";
echo "$backbutton";
echo "$footer";
exit;
} /* end function: "msng_email" */
function msng_required() {
$title = "<title>Missing form fields!</title>";
$errormessage = "<h2>Missing form fields!</h2><b>Click the back button on your browser and check that you filled in all required fields</b><br><br>$REQ_error";
echo "$title";
echo "$errormessage";
echo "$backbutton";
echo "$footer";
exit;
} /* end function: "msng_required" */
?>