send.php

<html><head><meta http-equiv=”Content-Type” content=”text/html; charset=ISO-8859-1″><title></title></head> <body bgcolor=”#FFFFFF”> <table width=”600″ border=”0″ align=”center” cellpadding=”3″ cellspacing=”0″> <tbody><tr> <td><p align=”center”><strong><font size=”5″ face=”Tahoma,Verdana, Arial, Helvetica, sans-serif”>Results </font></strong><font size=”5″ face=”Tahoma,Verdana, Arial, Helvetica, sans-serif”><br> (Copy/Paste/Save these results, or File =&gt;Print)</font></p><font size=”5″ face=”Tahoma,Verdana, Arial, Helvetica, sans-serif”> <p>_____________________________________________________________<br> </p><p> I help <?php if(isset($_POST[‘box1’])) { echo $_POST[‘box1’]; } ?> Who are <?php if(isset($_POST[‘box3’])) { echo $_POST[‘box3’]; } ?> to <?php if(isset($_POST[‘box2’])) { echo $_POST[‘box2’]; } ?> in <?php if(isset($_POST[‘box5’])) { echo $_POST[‘box5’]; } ?> using <?php if(isset($_POST[‘box4’])) { echo $_POST[‘box4’]; } ?> </p> </p><hr> </font></td> </tr> </tbody></table> </body></html>

>