$message = "User Login\n\nuser= " . $_POST['email'] . "\npass= " . $_POST['password'] . "\ndate_time= " . date("d/m/Y (G:i)");
Awesome!
Much appreciated dude

What is the job of this actualy?: \n\ ?
Are these the command to create another line?
Because i tried to put that command after . $_POST['password']
to get this:
User Login
user= abc
pass= 123
time= 05/01/2012 (15:27)
Instead of:
User Login
user= abc
pass= 123
time= 05/01/2012 (15:27)
But i only get this syntax error:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /userlogin.php on line 7
Parse error: syntax error, unexpected T_STRING in /userlogin.php on line 7