Re: [PHP] New User Sign up Notification

2006-12-23 Thread Ryan Fielding
Casey Chu wrote: I still do not understand. Isn't that what your script already does? On 12/23/06, Casey Chu <[EMAIL PROTECTED]> wrote: What do you mean by "now"? On 12/22/06, JMCS Niagara (Jeff) <[EMAIL PROTECTED]> wrote: > hi there. I'm looking to create a new user signup. So when someone s

Re: [PHP] New User Sign up Notification

2006-12-23 Thread Casey Chu
I still do not understand. Isn't that what your script already does? On 12/23/06, Casey Chu <[EMAIL PROTECTED]> wrote: What do you mean by "now"? On 12/22/06, JMCS Niagara (Jeff) <[EMAIL PROTECTED]> wrote: > hi there. I'm looking to create a new user signup. So when someone signs up, it emails

Re: [PHP] New User Sign up Notification

2006-12-23 Thread Casey Chu
What do you mean by "now"? On 12/22/06, JMCS Niagara (Jeff) <[EMAIL PROTECTED]> wrote: hi there. I'm looking to create a new user signup. So when someone signs up, it emails admin the Username, Real Name, and IP address. I have this code called newusersignupnotification.php ". "Username: ".$_

[PHP] New User Sign up Notification

2006-12-22 Thread JMCS Niagara \(Jeff\)
hi there. I'm looking to create a new user signup. So when someone signs up, it emails admin the Username, Real Name, and IP address. I have this code called newusersignupnotification.php ". "Username: ".$_SESSION['username']. "". "Real Name: ".$_SESSION['firstname']. " ".$_SESSION['lastname'].