Page 1 of 1

submitting through e-mail

Posted: Tue Nov 06, 2007 7:41 pm
by Th2mods
i made a register page, i have the submit link performing

Code: Select all

<form action="register2.php" method="get">
now on register2.php i want the user to be e-mailed with the e-mail he entered, should it be like this?

Code: Select all

  $email = $_REQUEST['email'] ; 
[/code]

Posted: Tue Nov 06, 2007 7:56 pm
by Tural
Please keep questions about the same project in one thread.