it works but i nnned one more favor
:) how can i make the results of that form .. send it to me by email how can i explain ... down here is the form ... it workit ass well on my unix server but he does not send to me the form result by email how can i do that ??? please????? :) ----- Original Message ----- From: "Luis A" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 3:12 PM Subject: [PHP] why this ????????? 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 ???????????? mai.php3 on line 1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php