') or die(); echo"
Alright. Well Done. Now Validate your Email.
"; mysql_query("INSERT INTO subscribers(email, ip, validated, vcode) VALUES('$email', '$ip', '0', '$implode')") or die(mysql_error()); } else { echo"
You've already Subscribed! Need to validate your email? Click here
"; } } else { echo"
Failure. You didn't enter the email address correctly.
"; } } $query = mysql_query("SELECT * FROM subscribers"); while($row = mysql_fetch_array($query)) { if($row[ip] == $_SERVER['REMOTE_ADDR'] && $row[validated] == 0) { echo"
Seems you haven't validated your email address yet. Click here to resend the email
"; } } ?>
Our Email Address Is:

Or you can enter any questions, comments or recommendations below.
Just fill out the fields and click the "Submit" button when you are finished.

Your Name:     Email Address: