submitting through e-mail

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Locked
User avatar
Th2mods
Readers Club





Posts: 1229
Joined: Mon Jan 08, 2007 5:54 pm
Location: Salt Lake City, Utah
Contact:

submitting through e-mail

Post 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]
User avatar
Tural




Conceptionist Acolyte Bloodhound Recreator
Socialist Connoisseur Droplet Scorched Earth
Grunge

Posts: 15628
Joined: Thu Jun 16, 2005 3:44 pm
Location: Lincoln, NE
Contact:

Post by Tural »

Please keep questions about the same project in one thread.
Locked