<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title> PHP Form to Mail (Light), from AdvanceByDesign </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="styles.css"> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="500px"> <tr><td> [ <a href="index.htm">Documentation index</a> -- <a href="../index.htm">Welcome page</a> ] <!-- Begin page content --> <h1>PHP Form to Mail (Light) Documentation</h1> <h2>List of files and their uses</h2> <p>Below is a list of files that are needed for this script to function, and what each one does.</p> <ul> <li>Files found in the '<i>www</i>' folder: <ul> <li><b>fm_config.php</b> <p>This file is the pre-configured form of formmail.php, and is used as a template by fm_setup.php during automated setup.</p></li> <li><b>fm_setup.php</b> <p>This file is used during the automated setup to generate a custom formmail.php file for your server.</p></li> <li><b>formmail_form.php</b> <p>You can point your visitors to this file to allow them to contact you. This displays the "feedback" form for your visitors.</p></li> <li><b>thankyou.php</b> <p>By default, this is the page to which your visitors are sent after submitting a message to you via formmail_form.php.</p></li> </ul></li> <li>Files found in the '<i>manual</i>' folder: <ul> <li><b>formmail.php</b> <p>An unconfigured formmail.php file. Please refer to the documentation on <a href="manual.htm"> manual installation</a> for more details.</p></li> </ul></li> </ul> <!-- End Page Content --> </td></tr> </table> </body> </html>