View Single Post
Old 07-28-2005, 07:20 PM   #7 (permalink)
dotDan
Web Guru
 
Name: Dan
Last Online: Today 03:21 PM
iTrader: (5)
Join Date: Apr 2003
Posts: 208
DNF$: 1,929
Location: Connecticut
Country:


Re: My first lil script...and problems :p

CNerd has it right.

Also my code works fine, you could have just replaced the $email variable with $_POST['email'].

What foreach does is look through all values in an array, and $_POST is an array of variables sent via a form.
dotDan is offline   Reply With Quote