HE Y IS REALY WORKSA

PHP S' THA BEST >)

i love it  php

im newbabe yet using php but i like it
>)

thanks for your atecion l
>))
----- Original Message -----
From: "R'twick Niceorgaw" <[EMAIL PROTECTED]>
To: "Luis A" <[EMAIL PROTECTED]>
Sent: Monday, February 24, 2003 10:54 AM
Subject: Re: [PHP] why this ?????????


> In your mail.php3 file change like this :
>
> <?php
> mail ("[EMAIL PROTECTED]", "$subject", "$message", "From: $sender\r\n".
> "Reply-To:$sender");
> ?>
>
> basically all headers you put in the 4th parameter of mail(0 function
should
> be separated by \r\n ( not just \n)
> also make sure you have register_globals set to on in your php.ini file
>
> ----- Original Message -----
> From: "Luis A" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, February 24, 2003 10:30 AM
> Subject: Re: [PHP] why this ?????????
>
>
> 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
>
>


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

Reply via email to