Page 1 of 1

need some help pleae..

Posted: Mon Aug 09, 2004 9:32 pm
by kperrone
i have a script i am working on. the person puts in their username and password and it logs them into my member area. what i am trying to do is make an email be sent to me when they login which contains their username and password...i tried

mail("my@email.com","Login Info","
username: $username
password: $password
");

I put that in the login.php. when i tested it, it sent the email but the message contained was:

username:
password:

it did not send me the actual user and pass. the form i am using is a simple html form which has the input fields that are named username and password. so i have no idea why this isnt working...

Posted: Mon Aug 09, 2004 9:50 pm
by andre_c
please post the entire script.

Posted: Mon Aug 09, 2004 9:56 pm
by feyd
look for a reply to your pm kperrone..

Re: need some help pleae..

Posted: Tue Aug 10, 2004 8:46 am
by hawleyjr
kperrone wrote: make an email be sent to me when they login which contains their username and password...i tried
That is a scary idea...

Posted: Tue Aug 10, 2004 11:43 am
by buddok
ahahaha i agree with u there (hawleyjr) lol rofl :P