Please do not send the same message over and over! And use more descriptive titles!
Your code is right, It problem only a problem with your form, browser, or a platform specific platform. Please read http://www.thickbook.com/extra/php_email.phtml Dennis -----Original Message----- From: Luis A [mailto:[EMAIL PROTECTED] Sent: Sunday, February 23, 2003 3:38 PM To: [EMAIL PROTECTED] Subject: [PHP] TO JOSH what du u think about that ?? look <form action="http://www2/LUIS/mai.php3" method="POST"> <INPUT TYPE="text" NAME="email"><BR> <INPUT TYPE="text" NAME="subject"><BR> <INPUT TYPE="text" NAME="sender"><BR> <TEXTAREA NAME="message" ROWS="" COLS="">mensage</TEXTAREA> <INPUT TYPE="submit" name =enviar> <form> *************************************************** an this is the php script his name is mai.php3 *************************************************** <?php mail ("[EMAIL PROTECTED]", "$subject", "$message", "From: <$sender>\n". "Reply-To: <$sender>\n"); ?> whereís the error ???????????? ERROR IN mai.php3 on line 1 ANY SUBJEST????????? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php