Please accept the privacy statement on the protection of personal data.

"; } else if ( isset($_POST["email"])) { $email = $_POST["email"]; if(!preg_match("/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,4})$/i", $email)) { printf("

The e-mail (%s) was not valid.

",$email); } else { if ( ranker_email( $email ) ) { print "

Thanks!

"; print "

Thank you for helping build the FOSS4G program.

An email has been sent to $email with a URL to access your community review page.

"; } else { print "

Duplicate E-Mail?

"; print "

We couldn't register $email as a new e-mail address. You may have already registered that address. We have re-sent the instruction email to $email.

"; } printf("

Return to the home page...

",$foss4g_url); } } include( $footer ); ?>