Quote:
|
Originally Posted by evo4ever
Hi. Where are these variables getting defined? or what is giving them their values? Also, there is a special function called fgetcsv() which call handle getting data out of a CSV.
|
Well, I define the two variables (I believe?) in my html form. They get their values from the input of the user. As follows:
<form action=emailprocessstate.php>
<font face="Arial, Helvetica, sans-serif"> <font size="2">Enter your email address:
<input type="text" name="userEmail" size=10>
<br>
Enter Your State:</font>
<select name="state">
<option>AL</option>