submitting through e-mail
Posted: Tue Nov 06, 2007 7:41 pm
i made a register page, i have the submit link performing
now on register2.php i want the user to be e-mailed with the e-mail he entered, should it be like this?
[/code]
Code: Select all
<form action="register2.php" method="get">
Code: Select all
$email = $_REQUEST['email'] ;