⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 042_how_fpp_interacts.html

📁 PHP EMAIL FORM PROCESSING Just use php and mysql Follow the instructions as given in the text fil
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><!-- InstanceBegin template="/Templates/inside.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>PAGETITLE</title>
<!-- InstanceEndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="css/all.css" rel="stylesheet" type="text/css">
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
<script language="JavaScript" type="text/JavaScript">
if (self == top) { top.location.replace("index.html");
} else {
parent.window.frames.leftmiddle.location.reload(true);
}
</script>
</head>

<body bgcolor="#FFFFFF" background="images/bg_1200.gif" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><a name="top"></a><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="83%" height="29" bgcolor="#F8F8F8"><img src="images/delimiter.gif" width="19" height="29" border="0" align="absmiddle"><!-- InstanceBeginEditable name="path" -->CONFIGURATION<img src="images/bullet_3.gif" width="4" height="7" hspace="5" border="0"><span class="highlited">How Form Processor Pro 4.0 Interacts with Web Forms</span><!-- InstanceEndEditable --></td>
<td width="17%" height="29" align="right" bgcolor="#F8F8F8"><!-- InstanceBeginEditable name="navtop" -->
<table border="0" cellpadding="0" cellspacing="0" bgcolor="#F8F8F8">
<tr>
<td width="19"><img src="images/delimiter.gif" width="19" height="29" border="0"></td>
<td width="34"><a href="041_getting_started.html"><img src="images/nav_back.gif" alt="&lt; back" width="34" height="7" border="0"></a></td>
<td width="21"><img src="images/delimiter_2b.gif" width="1" height="7" hspace="10" vspace="10" border="0"></td>
<td width="55"><a href="043_local_form_configuration_file.html"><img src="images/nav_forward.gif" alt="forward &gt;" width="55" height="7" border="0"></a></td>
<td width="19"><img src="images/1x1.gif" width="19" height="29" border="0"></td>
</tr>
</table>
<!-- InstanceEndEditable --></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CECECE" height="1"><img src="images/1x1.gif" width="1" height="1" border="0"></td>
</tr>
<tr valign="top">
<td height="80%" colspan="2"><table width="100%" border="0" cellspacing="15" cellpadding="0">
<tr>
<td><!-- InstanceBeginEditable name="content" --><span class="highlitedtitle">How Form Processor Pro 4.0 Interacts with Web Forms</span><br><br>Scheme on <strong>Fig. 1</strong> will help you to understand the way data streams are processed by Form Processor Pro 4.0 the purpose and place of mentioned in this help configuration files and templates as well.<br>
So this is the way Form Processor Pro manages simple form:
<ol>
<li><span class="hhorange">Initialization.</span><br>
Being invoked by user data submission (when web surfer presses submit button), Form Processor Pro 4.0 initializes itself, loads <a href="032_basic_configuration_file.html" class="ssilka">Basic Configuration File</a> with its preferences.<br>
</li>
<li><span class="hhorange">Input Data Processing.</span><br>
Initially, Form Processor Pro looks in the submitted data whether it contains basic variables to be overwritten, principally base_path. Afterward, it processes <a href="033_local_form_configuration_file.html" class="ssilka">Local Form Configuration File</a> to load the rules for further data processing.<br>
Submitted data is checked for compliance with <a href="034_field_types.html" class="ssilka">form field types</a> and generates detailed error message if check fails or incompliant data.<br>
Submitted data is parsed as to field types rules (trim spaces etc.), processed calculations and function calls. Data becomes parsed and processed.<br>
</li>
<li><span class="hhorange">Output Processing.</span><br>
According to variables and their values set in <a href="043_local_form_configuration_file.html" class="ssilka">Local Form Configuration File</a> processed data result is either output to web browser or sent by e-mail and written down to log file or both.<br>
</li>
</ol>
<div align="center"><img src="images/schema_no1.gif" alt="Fig. 1. Form Processor Pro 4.0 processes submitted data." width="650" height="554" border="0"><br>
<strong>Fig. 1.</strong> Form Processor Pro 4.0 processes submitted data.</div><br>
<span class="hhblue">NOTE:</span> Fig. 1. doesn't describe error processing which is similar to parsed and processed data output.
<!-- InstanceEndEditable --></td>
</tr>
</table></td>
</tr>
<tr>
<td height="42" align="center" valign="bottom"><!-- InstanceBeginEditable name="navbottom" -->
<table height="27" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34" valign="top"><a href="041_getting_started.html"><img src="images/nav_back.gif" alt="&lt; back" width="34" height="7" border="0"></a></td>
<td width="21" valign="top"><img src="images/delimiter_2b.gif" width="1" height="7" hspace="10" border="0"></td>
<td width="55" valign="top"><a href="043_local_form_configuration_file.html"><img src="images/nav_forward.gif" alt="forward &gt;" width="55" height="7" border="0"></a></td>
</tr>
</table>
<!-- InstanceEndEditable --></td>
<td height="42">&nbsp;</td>
</tr>
<tr>
<td height="37" align="center" valign="top"><span class="copyright">&copy; 2003 Email-Form.com. All Rights reserved.</span></td>
<td height="37" align="right" valign="top"><a href="#top" target="_self"><img src="images/nav_top.gif" width="75" height="15" border="0"></a></td>
</tr>
</table>
</body>
<!-- InstanceEnd --></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -