Re: More Code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



copy and pasted that into a script and it didn't give me any parsing
problems at all.... hmmm
----- Original Message ----- 
From: "Jonathan Gravois" <coachg@xxxxxxxxxx>
To: <php-windows@xxxxxxxxxxxxx>
Sent: Friday, June 11, 2004 11:21 PM
Subject:  More Code


>               $ConfirmMessage = "";
>               if ($totalRows_LostPassword > 0) {
>               $to = $_POST['EmailAddress'];
>               $from = "From: coachg@xxxxxxxxxx <coachg@xxxxxxxxxx>\r\n";
>               $subject = "RE: Your Login Information";
>               $body = "UserName: " . $row_LostPassword['UserName'] .
> "\rPassword: " . $row_LostPassword['UserPassword'];
>               @mail($to,$subject,$body,$from);
>               $ConfirmMessage = "Your login information has been sent to:
> " . $_POST['EmailAddress'];
>               }
>              ?>
>
>        Thanks in Advance,
>        Jon
>
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>
>

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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux