http://www.php.net/manual/en/function.mail.php

<TEXTAREA NAME="MyText" ROWS="10" COLS="26" width ="15">
<input type="checkbox" name="checkbox2">

Note my changes in your HTML!

mail("[EMAIL PROTECTED]", "Subject: sending results by email", "MyText: \n$MyText 
\ncheckbox2: $checkbox2");

HTH?
John

> <form name="form1" method="post" action="">
>       <TEXTAREA NAME="" ROWS="10" COLS="26" width ="15">
>      </TEXTAREA> <input type="submit" name="Submit" value="Enviar">
>                     <table width="100%" border="0" height="27">
>                       <tr>
>                         <td><input type="checkbox" name="checkbox2" value="checkbox">
>                           no </td>
>                       </tr>
>                     </table>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to