Aanmelding is geslaagd

Bedankt voor uw aanmelding voor de jubileumspeurtocht!

[insert_php]
global $wpdb;

$myrow = $wpdb->get_row( “SELECT email FROM `wp_opp_speurtocht` WHERE hash ='”. $_GET[“id”].”‘” );

//echo ‘Hello ‘ . htmlspecialchars($_GET[“id”]) . ‘!’;
echo ‘Er is een bevestiging verstuurd naar het opgegeven e-mailadres: ‘. $myrow->email;
[/insert_php]

Jubileumcommissie.