"; $from = $_POST["fromEmail"]; $numEmails = 0; $linea = file("Coop5.txt"); // reads file into an array for ($i=0; $i$numEmails Emails sent"); echo ("$numEmails Emails sent"); exit; } // --------------------------------------------------------------------------------------------------------- function WriteTextField ($fieldname, $fSize, $defValue) { echo (''. "\r"); } // -------------------------------------------------------------------------------------- function LeftBox ($label) { echo ("$label\r");} function RightEnd () { echo ("\r");} // ********************************************************************************************************* ?> COOP-5 and Friends :: Email everyone that has a valid email COOP-5 and Friends :: Email everyone that has an Email Address

(optional)"); WriteTextField ("fromEmail", 25, ""); RightEnd (); LeftBox ("From Name "); WriteTextField ("fromName", 40, ""); RightEnd (); LeftBox ("Subject"); WriteTextField ("subject", 40, ""); RightEnd (); ?>